From 026a76aeec3b23bd785ea91e6e0c4783f24f4bec Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 23 Dec 2024 22:54:09 -0500 Subject: [PATCH] desktops: disable hyprland Signed-off-by: Myned --- options/custom/desktops/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/desktops/default.nix b/options/custom/desktops/default.nix index f07701e..fa34f7f 100644 --- a/options/custom/desktops/default.nix +++ b/options/custom/desktops/default.nix @@ -6,7 +6,7 @@ with lib; { config.custom.desktops = mkIf config.custom.full { #// gnome.enable = true; - hyprland.enable = true; + #// hyprland.enable = true; #// kde.enable = true; niri.enable = true; #// sway.enable = true;