fix: usage of deprecated type string

This commit is contained in:
Moritz Böhme 2025-02-22 16:56:28 +01:00
parent 3fc02ebff8
commit b6df06395d
Signed by: moritz
GPG key ID: 970C6E89EB0547A9

View file

@ -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 ''