services.spotifyd.settings
Configuration for spotifyd
- Type
TOML value- Default
{ }- Example
{ global = { username = "Alex"; password = "foo"; device_name = "nix"; }; }- Declared
- <home-manager/modules/services/spotifyd.nix>
Configuration for spotifyd
TOML value{ }{
global = {
username = "Alex";
password = "foo";
device_name = "nix";
};
}