different spotifyd names

This commit is contained in:
twoneis 2024-04-25 14:25:52 +02:00
parent 6c83b62059
commit f94571daad

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { { pkgs, osConfig, ... }: {
home.packages = with pkgs; [ home.packages = with pkgs; [
image-roll image-roll
]; ];
@ -11,7 +11,7 @@
enable = true; enable = true;
settings = { settings = {
global = { global = {
device_name = "desktop"; device_name = osConfig.networking.hostName;
bitrate = 160; bitrate = 160;
volume_normalisation = true; volume_normalisation = true;
autoplay = false; autoplay = false;