diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix index 5cbe8bf..7900ed4 100644 --- a/modules/home/hyprland/hyprland.nix +++ b/modules/home/hyprland/hyprland.nix @@ -23,8 +23,8 @@ # enableNvidiaPatches = false; systemd.enable = true; plugins = [ - inputs.Hyprspace.packages.${pkgs.system}.Hyprspace - inputs.Hyswipe.packages.${pkgs.system}.Hyswipe + # inputs.Hyprspace.packages.${pkgs.system}.Hyprspace + # inputs.Hyswipe.packages.${pkgs.system}.Hyswipe ]; }; }