move hyprspace to file

Former-commit-id: de8de47de4
This commit is contained in:
Hadi
2024-11-25 09:59:45 +01:00
parent 14ef376f03
commit 8c5ce4880e
2 changed files with 13 additions and 5 deletions

View File

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