Group desktop modules
Some checks failed
/ check (push) Has been cancelled

This commit is contained in:
Oliver Davies 2025-11-22 18:24:24 +00:00
parent d1a49188a2
commit cda8ab835f
50 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
# https://github.com/mpv-player/mpv/blob/master/etc/input.conf
flake.modules.homeManager.gui.programs.mpv.bindings = {
"DOWN" = "add volume -5";
"UP" = "add volume 5";
};
}

View file

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