From 412f6d024b2bc42b05520ae5af6c047b7d0fd311 Mon Sep 17 00:00:00 2001 From: Damocles Date: Fri, 24 Apr 2026 23:56:17 +0200 Subject: [PATCH] add reducedMotion to hm-module theme docs, update description --- nix/hm-module.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/hm-module.nix b/nix/hm-module.nix index c706f45..c39cc54 100644 --- a/nix/hm-module.nix +++ b/nix/hm-module.nix @@ -253,7 +253,8 @@ in description = '' Theme overrides written to `$XDG_CONFIG_HOME/nova-shell/theme.json`. Keys: colors (base00-base0F), fontFamily, iconFontFamily, fontSize, - barOpacity, barHeight, barPadding, groupSpacing, groupPadding, moduleSpacing, radius, screenRadius. + barOpacity, barHeight, barPadding, groupSpacing, groupPadding, moduleSpacing, + radius, screenRadius, reducedMotion. Automatically populated from stylix when it is available. ''; };