diff options
| author | Silas Schöffel <sils@sils.li> | 2024-12-18 19:43:35 +0100 |
|---|---|---|
| committer | Silas Schöffel <sils@sils.li> | 2024-12-18 19:43:35 +0100 |
| commit | 4c1778f3f371e5e03140310afc3171ae00d317fa (patch) | |
| tree | 40a6b07947ccf369a9a95f6d775836616b2f0fd4 | |
| parent | flake: remove non-existent override for sops-nix/nixpkgs-stable (diff) | |
| download | nix-config-4c1778f3f371e5e03140310afc3171ae00d317fa.zip | |
hyprland: disable animations
Diffstat (limited to '')
| -rw-r--r-- | modules/hm/sils/hyprland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hm/sils/hyprland.nix b/modules/hm/sils/hyprland.nix index 618a594..39f0920 100644 --- a/modules/hm/sils/hyprland.nix +++ b/modules/hm/sils/hyprland.nix @@ -75,7 +75,7 @@ in { }; animations = { - enabled = "yes"; + enabled = "no"; # Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more |
