diff --git a/modules/services/greetd.nix b/modules/services/greetd.nix index 205365c..3f7435c 100644 --- a/modules/services/greetd.nix +++ b/modules/services/greetd.nix @@ -42,10 +42,10 @@ let ]; } // optionalAttrs styleCfg.enable { - env = { - HYPRCURSOR_THEME = styleCfg.cursorTheme.name; - HYPRCURSOR_SIZE = styleCfg.cursorTheme.size; - }; + env = [ + "HYPRCURSOR_THEME,${styleCfg.cursorTheme.name}" + "HYPRCURSOR_SIZE,${toString styleCfg.cursorTheme.size}" + ]; }; }); in {