summary refs log tree commit diff
path: root/mixins/mpd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'mixins/mpd.nix')
-rw-r--r--mixins/mpd.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/mixins/mpd.nix b/mixins/mpd.nix
new file mode 100644
index 0000000..3730802
--- /dev/null
+++ b/mixins/mpd.nix
@@ -0,0 +1,11 @@
+{ pkgs, config, ... }:
+
+{
+  home-manager.users.tzlil = {pkgs, ...}@hm: {
+    services = {
+      mpd.enable = true;
+      mpdris2.enable = true;
+    };
+    programs.ncmpcpp.enable = true;
+  };
+}
\ No newline at end of file