nix-config/modules2/mpv/enable.nix
Oliver Davies cff6bf0167
All checks were successful
/ check (push) Successful in 1m52s
Move mpv configuration
2025-07-27 22:00:31 +01:00

3 lines
64 B
Nix

{
flake.modules.homeManager.gui.programs.mpv.enable = true;
}