nix-config/modules/desktop/gtk/animations.nix
Oliver Davies cda8ab835f
Some checks are pending
/ check (push) Waiting to run
Group desktop modules
2025-11-22 18:59:35 +00:00

6 lines
153 B
Nix

{
flake.modules.homeManager.gui.gtk = {
gtk3.extraConfig.gtk-enable-animations = false;
gtk4.extraConfig.gtk-enable-animations = false;
};
}