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";
|
enable = mkEnableOption "tmux";
|
||||||
autoAttach = mkEnableOption "autoAttach";
|
autoAttach = mkEnableOption "autoAttach";
|
||||||
keybinds = mkOption {
|
keybinds = mkOption {
|
||||||
type = with types; attrsOf (attrsOf string);
|
type = with types; attrsOf (attrsOf str);
|
||||||
default = { };
|
default = { };
|
||||||
description = "Keybinds for tmux";
|
description = "Keybinds for tmux";
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
|
|
Loading…
Reference in a new issue