feat: Update eilmeldung config and update nix flakes

This commit is contained in:
uttarayan21
2025-12-27 21:23:28 +05:30
parent f3c22f29bf
commit 0fa7586c97
2 changed files with 41 additions and 41 deletions

View File

@@ -17,11 +17,11 @@
};
input_config.mappings = {
"q" = "quit";
"j" = "down";
"k" = "up";
"g g" = "gotofirst";
"G" = "gotolast";
"q" = ["quit"];
"j" = ["down"];
"k" = ["up"];
"g g" = ["gotofirst"];
"G" = ["gotolast"];
"o" = ["open" "read" "nextunread"];
};