hosts/solaire: enable niri on desktop

This commit is contained in:
Anthony Rodriguez 2024-11-27 22:45:24 +01:00
parent 7be50b28f4
commit 54916e58a4
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -13,20 +13,32 @@ in {
system system
"${system}/hardware/uni-sync.nix" "${system}/hardware/uni-sync.nix"
"${system}/programs/gnome.nix"
"${system}/programs/games.nix" "${system}/programs/games.nix"
"${system}/hardware/nvidia.nix" "${system}/hardware/nvidia.nix"
"${system}/services/logind.nix"
"${system}/services/greetd.nix"
"${system}/programs/niri"
"${system}/services/documentation.nix" "${system}/services/documentation.nix"
]; ];
home-manager = { home-manager = {
users.nezia.imports = [ users.nezia.imports = [
home "${home}"
"${home}/services/udiskie.nix"
"${home}/programs/games" "${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}/terminal/emulators/foot.nix"
"${home}/programs/gnome"
]; ];
extraSpecialArgs = specialArgs; extraSpecialArgs = specialArgs;
}; };