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
commit14fb6c5c5558fe5cb461ea8df307640148bd8512 (patch)
tree735a308e33a2e260828aaa6b60af8d7b2e2cd7e3
parent344684d8a9aeb7cb3f3b90fcfffa5fee7dd231a2 (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 cd8988d0..38cc6236 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