nix-config/modules/desktop/mpv/enable.nix
Oliver Davies 278904eec6
Some checks are pending
/ check (push) Waiting to run
Group desktop modules
2025-11-22 14:41:07 +00:00

3 lines
64 B
Nix

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