From 3033a08b6a8db1277285a646318023b1d13bad29 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Mon, 16 Sep 2024 20:44:14 +0200 Subject: [PATCH] feat(host/luci): install cmus --- hosts/luci/home-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/luci/home-config.nix b/hosts/luci/home-config.nix index 2f90896..7693c35 100644 --- a/hosts/luci/home-config.nix +++ b/hosts/luci/home-config.nix @@ -5,6 +5,7 @@ zathura.enable = true; foot.enable = true; }; + audio.cmus.enable = true; cli = { direnv.enable = true; ghq.enable = true;