Files
nixy/home/system/hyprland/hyprspace.nix
2025-03-04 21:42:49 +01:00

7 lines
207 B
Nix

{ inputs, pkgs, ... }: {
wayland.windowManager.hyprland = {
plugins = [ inputs.hyprspace.packages.${pkgs.system}.Hyprspace ];
settings = { plugin = { overview = { autoDrag = false; }; }; };
};
}