mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
e0d3ec0bd7
Former-commit-id: 41dacd47a5
9 lines
164 B
Nix
9 lines
164 B
Nix
{ inputs, ... }: {
|
|
imports = [ inputs.nixcord.homeManagerModules.nixcord ];
|
|
|
|
programs.nixcord = {
|
|
enable = true;
|
|
config = { frameless = true; };
|
|
};
|
|
}
|