mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 20:02:10 +02:00
7
home/system/hyprland/hyprspace.nix
Normal file
7
home/system/hyprland/hyprspace.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ inputs, pkgs, ... }: {
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
plugins = [ inputs.hyprspace.packages.${pkgs.system}.Hyprspace ];
|
||||
settings = { plugin = { overview = { autoDrag = false; }; }; };
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user