nix-config/modules/desktop/mpv/enable.nix
Oliver Davies cda8ab835f
Some checks failed
/ check (push) Has been cancelled
Group desktop modules
2025-11-22 18:59:35 +00:00

3 lines
64 B
Nix

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