Changed: Programms
This commit is contained in:
12
home/programs/media/spotify/spotifyd.nix
Normal file
12
home/programs/media/spotify/spotifyd.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, ...}:
|
||||
{
|
||||
services.spotifyd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
global = {
|
||||
username = "";
|
||||
password = "";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user