This commit is contained in:
parent
a0575bdb2a
commit
703bf836de
210 changed files with 1 additions and 1 deletions
7
modules/mpv/bindings.nix
Normal file
7
modules/mpv/bindings.nix
Normal 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";
|
||||
};
|
||||
}
|
3
modules/mpv/enable.nix
Normal file
3
modules/mpv/enable.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
flake.modules.homeManager.gui.programs.mpv.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue