move hyprspace to file

This commit is contained in:
Hadi
2024-11-25 09:59:45 +01:00
parent cb041ad452
commit de8de47de4
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; }; }; };
};
}