summaryrefslogtreecommitdiff
path: root/home-modules/apps/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home-modules/apps/default.nix4
1 files changed, 1 insertions, 3 deletions
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
};
};