feat: Clean up the imports
This commit is contained in:
5
home/programs/mpd.nix
Normal file
5
home/programs/mpd.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
services.mpd = {
|
||||
enable = pkgs.stdenv.isLinux;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user