mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
fix: make portals great again!
This commit is contained in:
+2
-2
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user