aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
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;
};