chore: disable hyprspace as it kills hyprland on a gesture

This commit is contained in:
Ahwx 2025-09-03 20:56:10 +02:00
parent 0562b41396
commit 8818d78bae

View file

@ -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
];
};
}