tv: set environment.profileRelativeEnvVars.PATH
This commit is contained in:
parent
bad79f7f12
commit
3c75c59794
@ -72,6 +72,8 @@ with lib;
|
||||
nix.useChroot = true;
|
||||
}
|
||||
{
|
||||
environment.profileRelativeEnvVars.PATH = mkForce [ "/bin" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
rxvt_unicode.terminfo
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user