diff --git a/modules/home/desktop/windowManager/hyprland/decoration.nix b/modules/home/desktop/windowManager/hyprland/decoration.nix new file mode 100644 index 0000000..e48e4d6 --- /dev/null +++ b/modules/home/desktop/windowManager/hyprland/decoration.nix @@ -0,0 +1,3 @@ +{ + animation = [ "workspaces, 0" ]; +} diff --git a/modules/home/desktop/windowManager/hyprland/default.nix b/modules/home/desktop/windowManager/hyprland/default.nix index 259179f..ea4634b 100644 --- a/modules/home/desktop/windowManager/hyprland/default.nix +++ b/modules/home/desktop/windowManager/hyprland/default.nix @@ -21,6 +21,7 @@ in ", preferred, auto, 1" ]; } + (import ./decoration.nix) (import ./keybinds.nix) ]; };