summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-12-18 19:43:35 +0100
committerSilas Schöffel <sils@sils.li>2024-12-18 19:43:35 +0100
commit4c1778f3f371e5e03140310afc3171ae00d317fa (patch)
tree40a6b07947ccf369a9a95f6d775836616b2f0fd4
parentflake: remove non-existent override for sops-nix/nixpkgs-stable (diff)
downloadnix-config-4c1778f3f371e5e03140310afc3171ae00d317fa.tar.gz
nix-config-4c1778f3f371e5e03140310afc3171ae00d317fa.zip
hyprland: disable animations
-rw-r--r--modules/hm/sils/hyprland.nix2
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