From 54916e58a4101b0934a43cdb40af412730e7c1aa Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Wed, 27 Nov 2024 22:45:24 +0100 Subject: [PATCH] hosts/solaire: enable niri on desktop --- hosts/solaire/default.nix | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/hosts/solaire/default.nix b/hosts/solaire/default.nix index 7081dfe..ce8e887 100644 --- a/hosts/solaire/default.nix +++ b/hosts/solaire/default.nix @@ -13,20 +13,32 @@ in { system "${system}/hardware/uni-sync.nix" - "${system}/programs/gnome.nix" "${system}/programs/games.nix" "${system}/hardware/nvidia.nix" + "${system}/services/logind.nix" + "${system}/services/greetd.nix" + + "${system}/programs/niri" + "${system}/services/documentation.nix" ]; home-manager = { users.nezia.imports = [ - home + "${home}" + "${home}/services/udiskie.nix" "${home}/programs/games" + "${home}/programs/niri" + "${home}/programs/waybar" + "${home}/services/swaync" + "${home}/programs/fuzzel.nix" + "${home}/programs/swaybg.nix" + "${home}/programs/swaylock.nix" + "${home}/programs/swayidle.nix" + "${home}/terminal/emulators/foot.nix" - "${home}/programs/gnome" ]; extraSpecialArgs = specialArgs; };