aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake/home/services/mpd.nix.org
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/.flake/home/services/mpd.nix.org')
l---------[-rw-r--r--]nixos/.flake/home/services/mpd.nix.org22
1 files changed, 1 insertions, 21 deletions
diff --git a/nixos/.flake/home/services/mpd.nix.org b/nixos/.flake/home/services/mpd.nix.org
index b985b2a..4b76825 100644..120000
--- a/nixos/.flake/home/services/mpd.nix.org
+++ b/nixos/.flake/home/services/mpd.nix.org
@@ -1,21 +1 @@
-#+title: MPD Configuration
-
-Set music directory and enable PipeWire output.
-#+begin_src nix :tangle ~/.flake/home/services/mpd.nix :mkdirp yes
- { config, pkgs, ... }:
-
- {
- services.mpd = {
- enable = true;
- musicDirectory = "~/Music";
- extraConfig = ''
- audio_output {
- type "pipewire"
- name "Pipewire"
- mixer_type "hardware"
- enabled "yes"
- }
- '';
- };
- }
-#+end_src
+../../../../common/.flake/home/services/mpd.nix.org \ No newline at end of file