move hyprspace to file

Former-commit-id: de8de47de4
This commit is contained in:
Hadi
2024-11-25 09:59:45 +01:00
parent 0144ae28ae
commit 4256b93eb9
2 changed files with 13 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
{ inputs, pkgs, ... }: {
wayland.windowManager.hyprland = {
plugins = [ inputs.hyprspace.packages.${pkgs.system}.Hyprspace ];
settings = { plugin = { overview = { autoDrag = false; }; }; };
};
}