Files
dotfiles/home/programs/mpd.nix
2025-03-26 01:44:41 +05:30

6 lines
75 B
Nix

{pkgs, ...}: {
services.mpd = {
enable = pkgs.stdenv.isLinux;
};
}