This commit is contained in:
Leonardo Eugênio 2022-07-21 10:36:38 -03:00
parent 1a7671aa61
commit bebeba111b

View file

@ -105,6 +105,8 @@ in {
ffmpeg ffmpeg
imagemagick imagemagick
mpv mpv
mpc-cli
pulse_sink
# chat # chat
tdesktop tdesktop
discord discord
@ -124,7 +126,7 @@ in {
cargo cargo
rust-analyzer rust-analyzer
gcc gcc
pulse_sink nixfmt
]; ];
programs.fish.enable = true; programs.fish.enable = true;
programs.helix = { programs.helix = {
@ -611,6 +613,10 @@ in {
enable = true; enable = true;
indicator = true; indicator = true;
}; };
services.mpd = {
enable = true;
musicDirectory = "~/Música";
};
home.pointerCursor = { home.pointerCursor = {
name = "capitaine-cursors"; name = "capitaine-cursors";
package = pkgs.capitaine-cursors; package = pkgs.capitaine-cursors;