summaryrefslogtreecommitdiffstats
path: root/audio.nix
diff options
context:
space:
mode:
authorSkullheadx <admonty1@protonmail.com>2026-04-26 00:50:23 -0400
committerSkullheadx <admonty1@protonmail.com>2026-04-26 00:50:23 -0400
commit55ddb47a4763720159c9b2e17b0dadbc1805a6da (patch)
tree846de5bc400aa3f441ed67803d24c1abf17e020a /audio.nix
parentmove sxhkdrc to dotfiles and replaceVars (diff)
downloadnixos-55ddb47a4763720159c9b2e17b0dadbc1805a6da.tar.gz
nixos-55ddb47a4763720159c9b2e17b0dadbc1805a6da.tar.bz2
nixos-55ddb47a4763720159c9b2e17b0dadbc1805a6da.zip
fmt
Diffstat (limited to 'audio.nix')
-rw-r--r--audio.nix27
1 files changed, 13 insertions, 14 deletions
diff --git a/audio.nix b/audio.nix
index 740e8a5..15adf9c 100644
--- a/audio.nix
+++ b/audio.nix
@@ -15,19 +15,18 @@
};
};
-# services.mpd = {
-# enable = true;
-# musicDirectory = "${config.home.homeDirectory}/Music";
-# playlistDirectory = "${config.home.homeDirectory}/.playlists";
-# # mixer_type "none" # maybe mess around with this some time, it will turn off volume in rmpc, but apparently it will make the sound more quality for music
-# extraConfig = ''
-# auto_update "yes"
-# audio_output {
-# type "pulse"
-# name "PipeWire Output"
-# }
-# '';
-# };
-
+ # services.mpd = {
+ # enable = true;
+ # musicDirectory = "${config.home.homeDirectory}/Music";
+ # playlistDirectory = "${config.home.homeDirectory}/.playlists";
+ # # mixer_type "none" # maybe mess around with this some time, it will turn off volume in rmpc, but apparently it will make the sound more quality for music
+ # extraConfig = ''
+ # auto_update "yes"
+ # audio_output {
+ # type "pulse"
+ # name "PipeWire Output"
+ # }
+ # '';
+ # };
}