diff options
author | tv <tv@krebsco.de> | 2015-11-06 21:54:53 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-06 21:54:53 +0100 |
commit | e4cb232c4003fa1057db0cf489594454b52f844f (patch) | |
tree | 84d8952392035222ae11aeaa1e74249808cf7869 /tv | |
parent | 60408165c1257b62b6653dbabbd2bbc83e63b497 (diff) |
tv: set environment.profileRelativeEnvVars.PATH
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/base.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/2configs/base.nix b/tv/2configs/base.nix index 4beece5..38cc1ee 100644 --- a/tv/2configs/base.nix +++ b/tv/2configs/base.nix @@ -72,6 +72,8 @@ with lib; nix.useChroot = true; } { + environment.profileRelativeEnvVars.PATH = mkForce [ "/bin" ]; + environment.systemPackages = with pkgs; [ rxvt_unicode.terminfo ]; |