Move mpv configuration
All checks were successful
/ check (push) Successful in 1m52s

This commit is contained in:
Oliver Davies 2025-07-27 21:58:27 +01:00
parent cbd1f99bc7
commit cff6bf0167
6 changed files with 10 additions and 30 deletions

3
modules2/mpv/enable.nix Normal file
View file

@ -0,0 +1,3 @@
{
flake.modules.homeManager.gui.programs.mpv.enable = true;
}