summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/linux.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/linux.nix b/lib/linux.nix
index 1f22963..14ee8ac 100644
--- a/lib/linux.nix
+++ b/lib/linux.nix
@@ -186,25 +186,6 @@ in
postExec = "${pkgs.notmuch}/bin/notmuch new";
};
- mpd = {
- enable = true;
- musicDirectory = "/mnt/campbell/ben/music";
- network = {
- listenAddress = "0.0.0.0";
- port = 6600;
- };
- extraConfig = ''
- audio_output {
- type "httpd"
- name "HTTP Stream"
- encoder "vorbis"
- port "8097"
- quality "7.0"
- format "44100:16:2"
- }
- '';
- };
-
polybar = {
# https://github.com/0x746866/dots/blob/master/polybar/config
enable = true;