From b6df06395d264d37e65fee803d93d8aab1ba1ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sat, 22 Feb 2025 16:56:28 +0100 Subject: [PATCH] fix: usage of deprecated type string --- modules/programs/tmux/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/tmux/default.nix b/modules/programs/tmux/default.nix index 8df5809..2e36ac9 100644 --- a/modules/programs/tmux/default.nix +++ b/modules/programs/tmux/default.nix @@ -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 ''