diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix index c277b9b..283e464 100644 --- a/modules/home/hyprland/hyprland.nix +++ b/modules/home/hyprland/hyprland.nix @@ -22,10 +22,8 @@ # enableNvidiaPatches = false; systemd.enable = true; plugins = [ - # inputs.Hyprspace.packages.${pkgs.system}.Hyprspace - # inputs.Hyswipe.packages.${pkgs.system}.Hyswipe pkgs.hyprlandPlugins.hyprbars - pkgs.hyprlandPlugins.hyprspace + # pkgs.hyprlandPlugins.hyprspace # causes hyprland to crash on 4-finger swipe; great software ]; }; }