bleh
This commit is contained in:
parent
68cfa2109a
commit
fcda92dfa8
@ -2,6 +2,7 @@
|
||||
home.packages = with pkgs; [
|
||||
vscode
|
||||
libreoffice
|
||||
glow
|
||||
];
|
||||
|
||||
programs.vscode = {
|
||||
|
||||
@ -6,5 +6,16 @@
|
||||
yt-dlp
|
||||
stremio
|
||||
spotdl
|
||||
rmpc
|
||||
];
|
||||
services.mpd = {
|
||||
enable = true;
|
||||
musicDirectory = "~/Music";
|
||||
extraConfig = ''
|
||||
audio_output {
|
||||
type "pulse"
|
||||
name "PulseAudio"
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user