about summary refs log tree commit diff stats
path: root/modules/by-name/mp/mpdpopm/module.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-02-19 22:41:48 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-02-19 22:41:48 +0100
commitbc032453f0c30369d6dc7b6c27da264a3b283204 (patch)
treed4238e13cdb20756a8c31c2a18fbc675e2223fea /modules/by-name/mp/mpdpopm/module.nix
parentpkgs/mpdpopmd: Actually consider the weight value (diff)
downloadnixos-config-bc032453f0c30369d6dc7b6c27da264a3b283204.zip
modules/mpdpopmd: Automatically start in `Dj` mode
Diffstat (limited to '')
-rw-r--r--modules/by-name/mp/mpdpopm/module.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/by-name/mp/mpdpopm/module.nix b/modules/by-name/mp/mpdpopm/module.nix
index 3524554c..82943fe8 100644
--- a/modules/by-name/mp/mpdpopm/module.nix
+++ b/modules/by-name/mp/mpdpopm/module.nix
@@ -42,6 +42,9 @@ in {
         path = config.home-manager.users.soispha.home.sessionVariables.MPD_HOST;
       };
 
+      # Automatically start in DJ mode.
+      mode = "Dj";
+
       local_music_dir = config.soispha.services.mpd.directories.music;
     };