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; [
image-roll
];
@ -11,7 +11,7 @@
enable = true;
settings = {
global = {
device_name = "desktop";
device_name = osConfig.networking.hostName;
bitrate = 160;
volume_normalisation = true;
autoplay = false;