nix/home-manager/mpv/default.nix
2023-09-23 00:51:17 +02:00

5 lines
50 B
Nix

_: {
programs.mpv = {
enable = true;
};
}