add more modules to waybar and improve mpd
This commit is contained in:
parent
c329928582
commit
40d26f0371
3 changed files with 67 additions and 16 deletions
|
@ -326,6 +326,16 @@ in {
|
|||
services.mpd = {
|
||||
enable = true;
|
||||
musicDirectory = "~/Música";
|
||||
extraConfig = ''
|
||||
restore_paused "yes"
|
||||
auto_update "yes"
|
||||
audio_output {
|
||||
type "pulse"
|
||||
name "My Pulse Output"
|
||||
mixer_type "hardware"
|
||||
}
|
||||
filesystem_charset "UTF-8"
|
||||
'';
|
||||
};
|
||||
home.pointerCursor = {
|
||||
name = "capitaine-cursors";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue