dea-files/homemanager/mpv.nix
2026-01-07 14:32:28 -05:00

7 lines
No EOL
62 B
Nix

{ pkgs, ... }:
{
programs.mpv = {
enable = true;
};
}