From 86a3e147fc723a94d7844023c4d17d72e19898f9 Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Tue, 3 Sep 2024 17:02:51 -0700 Subject: [PATCH] feat: enabled spotifyd --- systems/x86_64-linux/gospel/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/x86_64-linux/gospel/default.nix b/systems/x86_64-linux/gospel/default.nix index 099d3a9..19bd6c6 100644 --- a/systems/x86_64-linux/gospel/default.nix +++ b/systems/x86_64-linux/gospel/default.nix @@ -145,6 +145,8 @@ zoom-us ]; + services.spotifyd.enable = true; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave