diff --git a/modules/home/tmux/default.nix b/modules/home/tmux/default.nix index 57563155..61cf2ec7 100644 --- a/modules/home/tmux/default.nix +++ b/modules/home/tmux/default.nix @@ -21,7 +21,7 @@ in enablePassthrough = mkEnableOption "tmux DCS passthrough sequence"; terminalFeatures = mkOption { - type = with types; attrsOf (types.submodule { + type = with types; attrsOf (submodule { options = { hyperlinks = my.mkDisableOption "hyperlinks through OSC8";