dea-files/homemanager/mpv.nix
2026-01-08 13:39:02 -05:00

7 lines
63 B
Nix

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