feat: Disable hyprland on servers

This commit is contained in:
fsc0131y
2024-04-24 14:13:48 +02:00
parent ea58de269a
commit d90f886980

View File

@@ -19,10 +19,10 @@
};
};
programs.hyprlock = {
enable = true;
enable = device.hasGui;
};
wayland.windowManager.hyprland = {
enable = true;
enable = device.hasGui;
settings = {
source = "${pkgs.catppuccinThemes.hyprland}/themes/mocha.conf";