This commit is contained in:
shibazaki 2025-07-21 21:49:22 +02:00
parent 68cfa2109a
commit fcda92dfa8
2 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,7 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
vscode vscode
libreoffice libreoffice
glow
]; ];
programs.vscode = { programs.vscode = {

View File

@ -6,5 +6,16 @@
yt-dlp yt-dlp
stremio stremio
spotdl spotdl
rmpc
]; ];
services.mpd = {
enable = true;
musicDirectory = "~/Music";
extraConfig = ''
audio_output {
type "pulse"
name "PulseAudio"
}
'';
};
} }