citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 1d984ad360b12b8768799b10321de0a09d0044ec
parent 08b4de37de0ef9b51aa9bda9b0e63906d6c0c9f9
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 28 Oct 2020 15:12:28 -0700

spotifyd: enable

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mnix-config/services/desktop/default.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix-config/services/desktop/default.nix b/nix-config/services/desktop/default.nix @@ -30,7 +30,7 @@ in services.avahi.publish.enable = true; services.avahi.publish.userServices = true; - services.spotifyd.enable = if extra.is-minimal then false else false; + services.spotifyd.enable = if extra.is-minimal then false else true; services.spotifyd.config = '' [global] username = bcasarin