add caelestia shell

This commit is contained in:
2026-01-20 23:02:45 +03:00
parent 2eb01e9603
commit c09233132b
12 changed files with 210 additions and 165 deletions
+2 -2
View File
@@ -10,9 +10,9 @@
services.displayManager.gdm.enable = lib.mkDefault true;
services.desktopManager.gnome.enable = lib.mkDefault false;
programs.uwsm.enable = true;
# programs.uwsm.enable = true;
programs.hyprland = {
enable = lib.mkDefault true;
withUWSM = true;
withUWSM = false;
};
}