disable hyprland for now

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-03 00:28:53 -05:00
parent 09eeb75f47
commit 32395011fd
4 changed files with 29 additions and 488 deletions

View file

@ -6,7 +6,7 @@ in
{
imports = [
./gnome
./hyprland
# ./hyprland
./sway
./cosmic
];
@ -19,10 +19,10 @@ in
name = "gnome";
enabled = cfg.gnome.enable;
}
{
name = "hyprland";
enabled = cfg.hyprland.enable;
}
# {
# name = "hyprland";
# enabled = cfg.hyprland.enable;
# }
{
name = "sway";
enabled = cfg.sway.enable;