trying to get mpd working
This commit is contained in:
parent
46665f83d1
commit
12f1b97f1c
11 changed files with 333 additions and 22 deletions
|
@ -70,6 +70,7 @@
|
|||
kitty.enable = true;
|
||||
newsboat.enable = true;
|
||||
fish.enable = true;
|
||||
ncmpcpp.enable = true;
|
||||
nh.enable = true;
|
||||
wtfutil.enable = true;
|
||||
waybar.enable = true;
|
||||
|
@ -94,6 +95,10 @@
|
|||
services = {
|
||||
pipewire.enable = true;
|
||||
dunst.enable = true;
|
||||
mpd = {
|
||||
enable = true;
|
||||
musicDirectory = "/home/${config.modules.other.system.username}/Nextcloud/Media/Music";
|
||||
};
|
||||
};
|
||||
theming = {
|
||||
quickshell.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue