hyprland: re-add system module

This commit is contained in:
2025-03-16 17:18:24 +00:00
parent 0850fcf0a0
commit f4fa942b50
5 changed files with 34 additions and 9 deletions

View File

@ -49,8 +49,6 @@
capSysAdmin = true;
};
services.displayManager.ly.enable = true;
modules = {
hardware.presonus-studio.enable = true;
services = {
@ -68,7 +66,10 @@
repoPath = "ssh://iqwu22oq@iqwu22oq.repo.borgbase.com/./repo";
};
};
system.desktop.gnome.enable = lib.mkForce false;
system.desktop = {
gnome.enable = lib.mkForce false;
hyprland.enable = true;
};
};
system.stateVersion = "22.11";