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