flake/users/guanranwang/home-manager/applications/mpv/default.nix

4 lines
41 B
Nix
Raw Normal View History

2023-11-28 05:40:22 +00:00
{...}: {
programs.mpv.enable = true;
}