From 686f7b9080d43e9b4c13a01997fd2423ceecfafd Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 18 Jul 2024 01:48:40 +0400 Subject: [PATCH] enabled mpd for sakotop --- hosts/sakotop/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 778e055b..26075c11 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -109,8 +109,7 @@ aria.enable = true; }; media = { - mpd.enable = false; - mopidy.enable = false; + mpd.enable = true; ncmpcpp.enable = true; }; work = {