mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-22 19:15:48 +02:00
4256b93eb9
Former-commit-id: de8de47de4
8 lines
208 B
Nix
8 lines
208 B
Nix
{ inputs, pkgs, ... }: {
|
|
|
|
wayland.windowManager.hyprland = {
|
|
plugins = [ inputs.hyprspace.packages.${pkgs.system}.Hyprspace ];
|
|
settings = { plugin = { overview = { autoDrag = false; }; }; };
|
|
};
|
|
}
|