13 lines
163 B
Nix
13 lines
163 B
Nix
{ ... }:
|
|
{
|
|
programs.imv = {
|
|
enable = true;
|
|
settings.binds = {
|
|
h = "prev";
|
|
j = "zoom -5";
|
|
k = "zoom 5";
|
|
l = "next";
|
|
};
|
|
};
|
|
}
|