From f52e42681774fa0e82e129882969d83e1fb690d2 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 20 Aug 2021 00:08:40 +0200 Subject: [PATCH] zephyrus: install spot as well Easier to do now that it's cached! --- hosts/zephyrus/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/zephyrus/home.nix b/hosts/zephyrus/home.nix index d53c5b2..879f735 100644 --- a/hosts/zephyrus/home.nix +++ b/hosts/zephyrus/home.nix @@ -23,6 +23,8 @@ beancount fava + + packages.spot ]; }; }