diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-04-25 22:44:05 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-04-25 22:44:23 -0400 |
| commit | f37bded02091fb9ccab76c287b70cdb0c2c8e5a4 (patch) | |
| tree | d362f32cf88dc93746b93f3a7ff7cf50eed42ee2 /configuration.nix | |
| parent | x11 setup (diff) | |
| download | nixos-f37bded02091fb9ccab76c287b70cdb0c2c8e5a4.tar.gz nixos-f37bded02091fb9ccab76c287b70cdb0c2c8e5a4.tar.bz2 nixos-f37bded02091fb9ccab76c287b70cdb0c2c8e5a4.zip | |
add mpd
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 15 |
1 files changed, 15 insertions, 0 deletions
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; |
