mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 23:45:31 +00:00
feat(modules/basic): make leader key configurable
This commit is contained in:
parent
9c3e82b41b
commit
93c8643fd8
2 changed files with 9 additions and 0 deletions
|
|
@ -31,6 +31,12 @@ with builtins; {
|
|||
};
|
||||
};
|
||||
|
||||
leaderKey = mkOption {
|
||||
type = with types; nullOr str;
|
||||
default = null;
|
||||
description = "The leader key to be used internally";
|
||||
};
|
||||
|
||||
colourTerm = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue