puter/hosts/headful/flamingo/mpv.nix
2025-03-23 22:48:46 +01:00

6 lines
58 B
Nix

{
services.flatpak.packages = [
"io.mpv.Mpv"
];
}