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;
|
||||
|
|
|
@ -19,7 +19,10 @@ in {
|
|||
bun
|
||||
cachix
|
||||
calc
|
||||
calcure
|
||||
calibre
|
||||
cmake
|
||||
cmus
|
||||
difftastic
|
||||
dig
|
||||
discordo
|
||||
|
@ -48,12 +51,15 @@ in {
|
|||
impala
|
||||
imv
|
||||
inetutils
|
||||
jrnl
|
||||
keepassxc
|
||||
lazygit
|
||||
libtool
|
||||
links2
|
||||
mapscii
|
||||
mars-mips
|
||||
moc
|
||||
musikcube
|
||||
ncmpcpp
|
||||
neofetch
|
||||
networkmanagerapplet
|
||||
|
@ -106,6 +112,7 @@ in {
|
|||
xournalpp
|
||||
yt-dlp
|
||||
zapzap
|
||||
zathura
|
||||
zip
|
||||
zoxide
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue