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 | 171eb06e64a482b2ac84f3f7186026149fb22ad3 (patch) | |
tree | 2dbadabfb539a8edb43e92aa84e54d23f8906b38 /tv/1systems | |
parent | 5314afd05ad5cdb569c03954e4f13e63791cd7c7 (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 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 |