Adding spotifyd To Home Manager

This commit is contained in:
Annika Merris 2024-05-05 20:27:10 -04:00
parent e3f2486fc9
commit ee9fe1d6ce

View file

@ -80,6 +80,15 @@
bbenoist.nix
];
};
services.spotifyd = {
enable = true;
settings = {
global = {
username = "me@annikamerris.com";
password = "R%3@TNGQYckkGopY";
};
};
};
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;