dea-files/homemanager/mpv.nix

7 lines
62 B
Nix
Raw Normal View History

2026-01-07 14:32:28 -05:00
{ pkgs, ... }:
{
programs.mpv = {
enable = true;
};
}