mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
7 lines
207 B
Nix
7 lines
207 B
Nix
{ inputs, pkgs, ... }: {
|
|
wayland.windowManager.hyprland = {
|
|
plugins = [ inputs.hyprspace.packages.${pkgs.system}.Hyprspace ];
|
|
settings = { plugin = { overview = { autoDrag = false; }; }; };
|
|
};
|
|
}
|