add mpd
This commit is contained in:
parent
5d24ee0a33
commit
213421fbbe
2 changed files with 8 additions and 0 deletions
|
@ -10,5 +10,6 @@ desktop: { pkgs, ... }: {
|
|||
../programs/waybar.nix
|
||||
../programs/ims.nix
|
||||
../programs/syncthing.nix
|
||||
../programs/mpd.nix
|
||||
] else []);
|
||||
}
|
||||
|
|
7
config/programs/mpd.nix
Normal file
7
config/programs/mpd.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }: {
|
||||
services.mpd = {
|
||||
enable = true;
|
||||
musicDirectory = "$HOME/music";
|
||||
};
|
||||
programs.ncmpcpp.enable = true;
|
||||
}
|
Loading…
Reference in a new issue