diff --git a/hmModules/hyprland/default.nix b/hmModules/hyprland/default.nix index 977132a..df0d002 100644 --- a/hmModules/hyprland/default.nix +++ b/hmModules/hyprland/default.nix @@ -74,8 +74,8 @@ in wayland.windowManager.hyprland = { enable = true; plugins = with pkgs.hyprlandPlugins; [ - hy3 - hyprspace + # hy3 + # hyprspace ]; # TODO migrate to structured options extraConfig = builtins.readFile ./hyprland.conf;