diff options
-rw-r--r-- | dotfiles/tmux.conf | 1 | ||||
-rw-r--r-- | flake.lock | bin | 7797 -> 8247 bytes | |||
-rw-r--r-- | flake.nix | 5 | ||||
-rw-r--r-- | hosts/home.nix | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index ac3c048..2367de6 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -54,5 +54,6 @@ set -g @plugin 'dreamsofcode-io/catppuccin-tmux' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' +set -g @plugin 'alexwforsythe/tmux-which-key' run '~/.tmux/plugins/tpm/tpm' diff --git a/flake.lock b/flake.lock index 93edc18..cca920e 100644 --- a/flake.lock +++ b/flake.lock Binary files differdiff --git a/flake.nix b/flake.nix index 44604b8..8aa2b4f 100644 --- a/flake.nix +++ b/flake.nix @@ -34,6 +34,11 @@ flake = false; }; + tpm = { + url = "github:tmux-plugins/tpm"; + flake = false; + }; + arkenfox-userjs = { url = "github:arkenfox/user.js"; flake = false; diff --git a/hosts/home.nix b/hosts/home.nix index ee37634..ef130ad 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -380,6 +380,7 @@ }; home.file = { + ".tmux/plugins/tpm".source = inputs.tpm; "./Images/Wallpapers".source = inputs.wallpapers; }; |