tv: set environment.profileRelativeEnvVars.PATH

This commit is contained in:
tv 2015-11-06 21:54:53 +01:00
parent bad79f7f12
commit 3c75c59794

View File

@ -72,6 +72,8 @@ with lib;
nix.useChroot = true; nix.useChroot = true;
} }
{ {
environment.profileRelativeEnvVars.PATH = mkForce [ "/bin" ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
rxvt_unicode.terminfo rxvt_unicode.terminfo
]; ];