Merge pull request #26025 from ck3d/XCURSOR_PATH-exp

NixOS: fix XCURSOR_PATH expansion
This commit is contained in:
Jaka Hudoklin 2017-05-25 01:12:24 +02:00 committed by GitHub
commit ee8aab13ec

View file

@ -20,7 +20,7 @@ in
{ NIXPKGS_CONFIG = "/etc/nix/nixpkgs-config.nix"; { NIXPKGS_CONFIG = "/etc/nix/nixpkgs-config.nix";
PAGER = mkDefault "less -R"; PAGER = mkDefault "less -R";
EDITOR = mkDefault "nano"; EDITOR = mkDefault "nano";
XCURSOR_PATH = "$HOME/.icons"; XCURSOR_PATH = [ "$HOME/.icons" ];
}; };
environment.profiles = environment.profiles =