diff --git a/configs/packages.nix b/configs/packages.nix index e3db036..9eda157 100644 --- a/configs/packages.nix +++ b/configs/packages.nix @@ -200,5 +200,5 @@ in with pkgs; unstable.hledger wordnet xsv - ]; + ] ++ (if config.networking.hostName == "homeros" then [ unstable.zeroad ] else []); }