infrastructure/home/shell/mpv.nix

6 lines
54 B
Nix

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