summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2020-06-04 20:22:42 +0200
committertv <tv@krebsco.de>2020-06-04 20:22:42 +0200
commit171eb06e64a482b2ac84f3f7186026149fb22ad3 (patch)
tree2dbadabfb539a8edb43e92aa84e54d23f8906b38
parent5314afd05ad5cdb569c03954e4f13e63791cd7c7 (diff)
tv nomic: enable ~/bin
-rw-r--r--tv/1systems/nomic/config.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/1systems/nomic/config.nix b/tv/1systems/nomic/config.nix
index cd8988d..38cc623 100644
--- a/tv/1systems/nomic/config.nix
+++ b/tv/1systems/nomic/config.nix
@@ -45,6 +45,8 @@ with import <stockholm/lib>;
fsType = "btrfs";
};
+ environment.homeBinInPath = true;
+
environment.systemPackages = with pkgs; [
(writeDashBin "play" ''
set -euf