diff options
author | tv <tv@krebsco.de> | 2020-06-04 20:22:42 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-06-04 20:22:42 +0200 |
commit | 14fb6c5c5558fe5cb461ea8df307640148bd8512 (patch) | |
tree | 735a308e33a2e260828aaa6b60af8d7b2e2cd7e3 /tv/1systems | |
parent | 344684d8a9aeb7cb3f3b90fcfffa5fee7dd231a2 (diff) |
tv nomic: enable ~/bin
Diffstat (limited to 'tv/1systems')
-rw-r--r-- | tv/1systems/nomic/config.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/1systems/nomic/config.nix b/tv/1systems/nomic/config.nix index cd8988d05..38cc62369 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 |