this took so long

This commit is contained in:
jacekpoz 2024-02-14 23:42:58 +01:00
parent b5d1faf41e
commit e7bfeaa204
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -25,7 +25,7 @@ in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
environment.sessionVariables = { environment.sessionVariables = {
XCURSOR_THEME = "${cfg.name}"; XCURSOR_THEME = "${cfg.name}";
XCURSOR_SIZE = "${cfg.size}"; XCURSOR_SIZE = "${toString cfg.size}";
}; };
home-manager.users.${config'.username} = { home-manager.users.${config'.username} = {