From 033effe29b567111b4333385669b0da53cc3a8e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 14 Mar 2019 14:31:52 +0100 Subject: [PATCH] + 0ad --- configs/packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 []); }