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 | 3c75c59794d6b67c34d9a8857ca3fb64c649507c (patch) | |
tree | 8fa52b0136e1fda131ccb5c2141b67eb5d5436a8 | |
parent | bad79f7f1270c01343b3c308f5a2cf390dac014c (diff) |
tv: set environment.profileRelativeEnvVars.PATH
-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 4beece5ef..38cc1eefe 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 ]; |