parent
c13ffa3ed4
commit
267462dfb3
|
@ -131,9 +131,8 @@ in {
|
||||||
# https://github.com/nix-community/home-manager/issues/2812
|
# https://github.com/nix-community/home-manager/issues/2812
|
||||||
# https://wiki.archlinux.org/title/Cursor_themes#Environment_variable
|
# https://wiki.archlinux.org/title/Cursor_themes#Environment_variable
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
XCURSOR_PATH = mkDefault ("$XCURSOR_PATH\${XCURSOR_PATH:+:}"
|
XCURSOR_PATH = "$XCURSOR_PATH\${XCURSOR_PATH:+:}"
|
||||||
+ concatStringsSep ":"
|
+ "${config.home.profileDirectory}/share/icons";
|
||||||
[ "${config.home.profileDirectory}/share/icons" ]);
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue