diff --git a/profiles/develop/tmux/default.nix b/profiles/develop/tmux/default.nix index b929acf9..1007a25c 100644 --- a/profiles/develop/tmux/default.nix +++ b/profiles/develop/tmux/default.nix @@ -6,7 +6,7 @@ let pluginConf = plugins: concatStringsSep "\n\n" (map (plugin: - let name = removePrefix "tmuxplugin-" plugin.name; + let name = removePrefix "tmuxplugin-" plugin.pname; in "run-shell ${plugin}/share/tmux-plugins/${name}/${name}.tmux") plugins);