flake/home/mpv.nix
2025-06-01 20:51:29 +03:00

5 lines
47 B
Nix

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