add kde config
This commit is contained in:
parent
875fe5ebe4
commit
c65c6a1331
2 changed files with 16 additions and 1 deletions
|
@ -69,7 +69,8 @@
|
|||
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
}
|
||||
] ++ lib.optional (desktop == "sway") ./system/sway.nix
|
||||
++ lib.optional (desktop == "gnome") ./system/gnome.nix;
|
||||
++ lib.optional (desktop == "gnome") ./system/gnome.nix
|
||||
++ lib.optional (desktop == "kde") ./system/kde.nix;
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
i15 = lib.nixosSystem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue