forked from poz/niksos
this took so long
This commit is contained in:
parent
b5d1faf41e
commit
e7bfeaa204
1 changed files with 1 additions and 1 deletions
|
@ -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} = {
|
||||||
|
|
Loading…
Reference in a new issue