summaryrefslogtreecommitdiffstats
path: root/tv
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
commit3c75c59794d6b67c34d9a8857ca3fb64c649507c (patch)
tree8fa52b0136e1fda131ccb5c2141b67eb5d5436a8 /tv
parentbad79f7f1270c01343b3c308f5a2cf390dac014c (diff)
tv: set environment.profileRelativeEnvVars.PATH
Diffstat (limited to 'tv')
-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 4beece5e..38cc1eef 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
];