From 38231218792e8cb112c229fc6b55cdcb5caae95c Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sat, 4 Oct 2025 13:41:12 +0200 Subject: Fix spotifyd and add nom + update script --- home-modules/apps/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'home-modules/apps/default.nix') diff --git a/home-modules/apps/default.nix b/home-modules/apps/default.nix index 751985b..15294cb 100644 --- a/home-modules/apps/default.nix +++ b/home-modules/apps/default.nix @@ -120,6 +120,7 @@ in enable = true; settings = { global = { + use-mpris = true; device_name = "Apocalypse Nix"; }; discovery = { @@ -129,9 +130,6 @@ in backend="pulse"; }; ## Fixes spotifyd for some reason - networking.hosts = { - "0.0.0.0" = ["apresolve.spotify.com"]; - }; # FIXME: Add a hook for notifications }; }; -- cgit v1.3.1