summaryrefslogtreecommitdiff
path: root/home-modules/apps
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-10-04 13:41:12 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-10-04 13:41:12 +0200
commit38231218792e8cb112c229fc6b55cdcb5caae95c (patch)
tree0a2e86cdfb9755fb4b832f89bf107c6dfdb12b70 /home-modules/apps
parentdc44f954a0db4e484da80377f645d459fcf901dc (diff)
Fix spotifyd and add nom + update script
Diffstat (limited to 'home-modules/apps')
-rw-r--r--home-modules/apps/default.nix4
-rw-r--r--home-modules/apps/desktop/default.nix3
2 files changed, 3 insertions, 4 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
};
};
diff --git a/home-modules/apps/desktop/default.nix b/home-modules/apps/desktop/default.nix
index 287b9f0..6c74a6c 100644
--- a/home-modules/apps/desktop/default.nix
+++ b/home-modules/apps/desktop/default.nix
@@ -85,7 +85,8 @@ in
home.packages = with pkgs; [
ani-cli
vlc
- spotify
+ # Spotify (The proprietary frontend)
+ riff
];
})
(lib.mkIf cfg.games.enable {