From 3301b6b1f40144eb43e292165d27fa853bebffb3 Mon Sep 17 00:00:00 2001 From: Bad Date: Tue, 7 Sep 2021 18:53:07 +0200 Subject: [PATCH] Add cmus --- profiles/workstation/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/workstation/default.nix b/profiles/workstation/default.nix index c30345d..b88bc83 100644 --- a/profiles/workstation/default.nix +++ b/profiles/workstation/default.nix @@ -11,6 +11,9 @@ libreoffice gimp syncplay + + cmus + cmusfm ]; services.dbus.packages = with pkgs; [ gnome3.dconf ]; services.gvfs.enable = true;