1

Modules: Add mpd module

This commit is contained in:
2025-07-08 23:08:40 +02:00
parent f6c35e00ae
commit dcfdf92b6e
2 changed files with 78 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
lib,
mylib,
...
}: {
enable = lib.mkEnableOption "Enable the Music Player Daemon";
}