summaryrefslogtreecommitdiff
path: root/home/home.nix
diff options
context:
space:
mode:
authorstuebinm2023-02-13 21:17:11 +0100
committerstuebinm2023-02-13 21:17:11 +0100
commit922086d6a92e7f10f258311c5ab6bf79054a62c2 (patch)
tree58eade2104201229c41bce3afd518d27d9e800cf /home/home.nix
parent0a7e05112df9776789e2e59729d3b2c497548ba3 (diff)
home: add music player daemon
Diffstat (limited to 'home/home.nix')
-rw-r--r--home/home.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/home/home.nix b/home/home.nix
index 3ff6f37..ae210b0 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -236,4 +236,9 @@
output = "DVI-I-1";
};
+ services.mpd = {
+ enable = true;
+ musicDirectory = "${config.home.homeDirectory}/music";
+ network.startWhenNeeded = true;
+ };
}