add mpd
This commit is contained in:
parent
1a7671aa61
commit
bebeba111b
|
@ -105,6 +105,8 @@ in {
|
|||
ffmpeg
|
||||
imagemagick
|
||||
mpv
|
||||
mpc-cli
|
||||
pulse_sink
|
||||
# chat
|
||||
tdesktop
|
||||
discord
|
||||
|
@ -124,7 +126,7 @@ in {
|
|||
cargo
|
||||
rust-analyzer
|
||||
gcc
|
||||
pulse_sink
|
||||
nixfmt
|
||||
];
|
||||
programs.fish.enable = true;
|
||||
programs.helix = {
|
||||
|
@ -611,6 +613,10 @@ in {
|
|||
enable = true;
|
||||
indicator = true;
|
||||
};
|
||||
services.mpd = {
|
||||
enable = true;
|
||||
musicDirectory = "~/Música";
|
||||
};
|
||||
home.pointerCursor = {
|
||||
name = "capitaine-cursors";
|
||||
package = pkgs.capitaine-cursors;
|
||||
|
|
Loading…
Reference in a new issue