mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
fix: add workaround for steam cursor
This commit is contained in:
@@ -14,12 +14,8 @@
|
||||
./vesktop.nix
|
||||
./zoxide.nix
|
||||
]
|
||||
++ (
|
||||
if currentSystemDe == "hyprland" then
|
||||
./hyprland
|
||||
else
|
||||
[ ] ++ (if currentSystemDe == "gnome" then ./gnome.nix else [ ])
|
||||
);
|
||||
++ (if currentSystemDe == "hyprland" then [ ./hyprland ] else [ ])
|
||||
++ (if currentSystemDe == "gnome" then [ ./gnome.nix ] else [ ]);
|
||||
|
||||
home = {
|
||||
username = "${currentSystemUser}";
|
||||
|
||||
Reference in New Issue
Block a user