spotify
This commit is contained in:
11
home/packages/spotifyd/spotifyd.nix
Normal file
11
home/packages/spotifyd/spotifyd.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{config, pkgs, ...}:
|
||||
{
|
||||
services.spotifyd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
global = {
|
||||
device_name = "yukigekko";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user