From e2a58cf55a04acc945ee4b0c001598c3ca6bb400 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Fri, 6 Sep 2024 16:28:31 +0200 Subject: [PATCH] feat(host:work): install and configure cmus --- hosts/yorick-Latitude-7320/home-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/yorick-Latitude-7320/home-config.nix b/hosts/yorick-Latitude-7320/home-config.nix index b6bab6a..6059fb3 100644 --- a/hosts/yorick-Latitude-7320/home-config.nix +++ b/hosts/yorick-Latitude-7320/home-config.nix @@ -4,6 +4,7 @@ zathura.enable = true; foot.enable = true; }; + audio.cmus.enable = true; cli = { direnv.enable = true; ghq.enable = true;