diff --git a/hosts/canopus/home.nix b/hosts/canopus/home.nix index 1f5aad2..0d871ea 100644 --- a/hosts/canopus/home.nix +++ b/hosts/canopus/home.nix @@ -99,6 +99,7 @@ ".rustup" ".cargo" ".steam" + ".cache/spotifyd" ".cache/spotify-player" ".config/BraveSoftware" ".config/vivaldi" diff --git a/modules/home/spotify/default.nix b/modules/home/spotify/default.nix index d8c48ca..85f4dc3 100644 --- a/modules/home/spotify/default.nix +++ b/modules/home/spotify/default.nix @@ -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 = {