Iwakura/modules/ncmpcpp/default.nix
2021-08-23 10:42:53 +00:00

11 рядки
187 B
Nix

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
tageditor
];
services.mpd = {
enable = true;
user = "thorn";
musicDirectory = "/home/thorn/music";
};
}