fix: make portals great again!

This commit is contained in:
2026-04-26 07:15:21 +02:00
parent 701b7e58a8
commit 36094dcaed
8 changed files with 121 additions and 104 deletions
+2 -2
View File
@@ -10,13 +10,13 @@
./git.nix
./kitty.nix
./mangohud.nix
./niri.nix
./tmux.nix
./vesktop.nix
./zoxide.nix
]
++ (if currentSystemDe == "hyprland" then [ ./hyprland ] else [ ])
++ (if currentSystemDe == "gnome" then [ ./gnome.nix ] else [ ]);
++ (if currentSystemDe == "gnome" then [ ./gnome.nix ] else [ ])
++ (if currentSystemDe == "niri" then [ ./niri.nix ] else [ ]);
home = {
username = "${currentSystemUser}";