From f94571daadff1241e0611251b04c37489e67fd69 Mon Sep 17 00:00:00 2001 From: twoneis Date: Thu, 25 Apr 2024 14:25:52 +0200 Subject: [PATCH] different spotifyd names --- modules/system/home/media/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/system/home/media/default.nix b/modules/system/home/media/default.nix index 7842ddb..86a8c93 100644 --- a/modules/system/home/media/default.nix +++ b/modules/system/home/media/default.nix @@ -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;