mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-02-04 08:16:48 +05:30
feat: setup spotifyd
This commit is contained in:
@@ -99,6 +99,7 @@
|
||||
".rustup"
|
||||
".cargo"
|
||||
".steam"
|
||||
".cache/spotifyd"
|
||||
".cache/spotify-player"
|
||||
".config/BraveSoftware"
|
||||
".config/vivaldi"
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
{
|
||||
services.spotifyd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
global = {
|
||||
device_name = "canopus";
|
||||
device_type = "computer";
|
||||
bitrate = 320;
|
||||
volume_normalisation = true;
|
||||
autoplay = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.spotify-player = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
Reference in New Issue
Block a user