fix: usage of deprecated type string
This commit is contained in:
parent
3fc02ebff8
commit
b6df06395d
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ in
|
|||
enable = mkEnableOption "tmux";
|
||||
autoAttach = mkEnableOption "autoAttach";
|
||||
keybinds = mkOption {
|
||||
type = with types; attrsOf (attrsOf string);
|
||||
type = with types; attrsOf (attrsOf str);
|
||||
default = { };
|
||||
description = "Keybinds for tmux";
|
||||
example = literalExample ''
|
||||
|
|
Loading…
Reference in a new issue