nix-config/modules2/mpv/enable.nix

4 lines
64 B
Nix
Raw Normal View History

2025-07-27 21:58:27 +01:00
{
flake.modules.homeManager.gui.programs.mpv.enable = true;
}