Define imv keys, switch to btop, put stateful data in per-system config
This commit is contained in:
parent
0d212ce643
commit
a589e07a6c
29 changed files with 121 additions and 114 deletions
|
@ -3,6 +3,7 @@
|
|||
imports = [
|
||||
./easyeffects
|
||||
./foot
|
||||
./imv
|
||||
./librewolf
|
||||
./mangohud
|
||||
./mpv
|
||||
|
|
12
modules/home/programs/gui/imv/default.nix
Normal file
12
modules/home/programs/gui/imv/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.imv = {
|
||||
enable = true;
|
||||
settings.binds = {
|
||||
h = "prev";
|
||||
j = "zoom -5";
|
||||
k = "zoom 5";
|
||||
l = "next";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue