From: Skullheadx Date: Sun, 26 Apr 2026 02:44:05 +0000 (-0400) Subject: add mpd X-Git-Url: http://git.skullheadx.com/pfp.webp?a=commitdiff_plain;h=f37bded02091fb9ccab76c287b70cdb0c2c8e5a4;p=nixos.git add mpd --- diff --git a/configuration.nix b/configuration.nix index 8a498de..3d33abb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -146,6 +146,21 @@ }; }; +# 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" +# } +# ''; +# }; + + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; diff --git a/todo b/todo index 86b80f2..7bf03c3 100644 --- a/todo +++ b/todo @@ -2,7 +2,7 @@ - [x] screen tearing - [x] grub disable secondary monitor - [ ] setup shell -- [ ] setup dmenu +- [x] setup dmenu - [x] fix keepassxc from opening even when not installed - [x] swapping windows between monitors - [ ] statusbar @@ -16,4 +16,8 @@ - [ ] umatrix vs ublock - [ ] dunst notifs - [ ] get the dwm, st and other suckless stuff as own src +- [ ] mpd and ncmpcpp or rmpc +- [ ] pass + pass-otp +- [ ] fix fans spinning at low loads +