diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix index 97fca87..e4ea538 100644 --- a/modules/home/hyprland/hyprland.nix +++ b/modules/home/hyprland/hyprland.nix @@ -22,7 +22,7 @@ # enableNvidiaPatches = false; systemd.enable = true; plugins = [ - inputs.Hyprspace.packages.${pkgs.system}.Hyprspace + # inputs.Hyprspace.packages.${pkgs.system}.Hyprspace inputs.Hyswipe.packages.${pkgs.system}.Hyswipe ]; };