From 69142cbe8407373b87cc6e1df175ff6ea83f5939 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sat, 23 Mar 2024 00:25:58 +0100 Subject: Flake: Add tmux tpm plugin --- dotfiles/tmux.conf | 1 + flake.lock | Bin 7797 -> 8247 bytes flake.nix | 5 +++++ hosts/home.nix | 1 + 4 files changed, 7 insertions(+) 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 Binary files a/flake.lock and b/flake.lock differ diff --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; }; -- cgit 1.4.1