Set up spotifyd with spotify-qt

This commit is contained in:
2022-06-25 01:07:03 +01:00
parent 6a0f22f4a4
commit 18e5839ea8
8 changed files with 53 additions and 2 deletions

View File

@@ -12,6 +12,12 @@
networking.networkmanager.enable = true;
programs.nm-applet.enable = true;
# A bit confusing but this is required for the home-manager spotifyd :/
age.secrets.spotify_pass = {
file = ../../../secrets/spotify_pass.age;
owner = config.users.users.daniel.name;
};
services = {
gnome.gnome-keyring.enable = true;