diff options
| -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 | 
