aboutsummaryrefslogtreecommitdiff
path: root/config/mpdris2/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/mpdris2/default.nix')
-rw-r--r--config/mpdris2/default.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/mpdris2/default.nix b/config/mpdris2/default.nix
new file mode 100644
index 00000000..af9ca1d9
--- /dev/null
+++ b/config/mpdris2/default.nix
@@ -0,0 +1,12 @@
+{ config, ... }:
+{
+ services.mpdris2 = {
+ enable = true;
+ mpd = {
+ host = "/run/user/1000/mpd/socket";
+ port = 6600;
+ };
+ multimediaKeys = true;
+ notifications = false;
+ };
+}