diff options
author | Minijackson <minijackson@riseup.net> | 2025-01-20 22:03:49 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2025-01-20 22:03:49 +0100 |
commit | 2eb1cc2e34572e22f034d6799a5209c75ce68627 (patch) | |
tree | 9bcc69b17eba9dabc816f7142db52bf3253ee5b7 /common | |
parent | 463951d0a3241e2889726806e5aafcbddf61bff7 (diff) | |
download | nixos-config-reborn-2eb1cc2e34572e22f034d6799a5209c75ce68627.tar.gz nixos-config-reborn-2eb1cc2e34572e22f034d6799a5209c75ce68627.zip |
common/tmux: add session-wizard plugin
Diffstat (limited to 'common')
-rw-r--r-- | common/commandline/tmux.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/commandline/tmux.nix b/common/commandline/tmux.nix index 75f516d..be73a71 100644 --- a/common/commandline/tmux.nix +++ b/common/commandline/tmux.nix | |||
@@ -37,6 +37,7 @@ in { | |||
37 | 37 | ||
38 | # Add plugin here because it needs its configuration | 38 | # Add plugin here because it needs its configuration |
39 | run-shell '${pkgs.tmuxPlugins.prefix-highlight}/share/tmux-plugins/prefix-highlight/prefix_highlight.tmux' | 39 | run-shell '${pkgs.tmuxPlugins.prefix-highlight}/share/tmux-plugins/prefix-highlight/prefix_highlight.tmux' |
40 | run-shell '${pkgs.tmuxPlugins.session-wizard}/share/tmux-plugins/session-wizard/session-wizard.tmux' | ||
40 | 41 | ||
41 | # Tmux Thumbs | 42 | # Tmux Thumbs |
42 | set -g @thumbs-alphabet dvorak | 43 | set -g @thumbs-alphabet dvorak |