]> Skullheadx's Git Forge - nixos.git/commitdiff
add mpd
authorSkullheadx <admonty1@protonmail.com>
Sun, 26 Apr 2026 02:44:05 +0000 (22:44 -0400)
committerSkullheadx <admonty1@protonmail.com>
Sun, 26 Apr 2026 02:44:23 +0000 (22:44 -0400)
configuration.nix
todo

index 8a498de57b610aba58350e2223bcc4a3ede50a03..3d33abb16ace0007ae54e4ca58d4cf90016c2d76 100644 (file)
     };
   };
 
+#  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 86b80f23d7093da5b3cce3e7d9938c3a3cb6fd23..7bf03c30067b1cadd378a73f7d66c761541ae706 100644 (file)
--- 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
+