summaryrefslogtreecommitdiffstats
path: root/tv/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-11-06 21:54:53 +0100
committertv <tv@krebsco.de>2015-11-06 21:54:53 +0100
commite4cb232c4003fa1057db0cf489594454b52f844f (patch)
tree84d8952392035222ae11aeaa1e74249808cf7869 /tv/2configs
parent60408165c1257b62b6653dbabbd2bbc83e63b497 (diff)
tv: set environment.profileRelativeEnvVars.PATH
Diffstat (limited to 'tv/2configs')
-rw-r--r--tv/2configs/base.nix2
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
];