extract neovim

This commit is contained in:
Tristan 2024-01-05 19:44:05 +00:00
parent be3aecc343
commit a93abe6f04
13 changed files with 113 additions and 101 deletions

View file

@ -15,6 +15,7 @@ with lib; let
modifier = mkOption {
description = "modifiers for the key";
default = "SUPER";
example = "SUPER_SHIFT";
};
args = mkOption {
description = "args for the script when use this key";