From 2a45893344b28be7d265d95ea263a17a0df0af1d Mon Sep 17 00:00:00 2001 From: Glen Goodwin Date: Thu, 26 Oct 2023 20:56:22 -0400 Subject: [PATCH] tmux-navigator --- hosts/home.nix | 1 + modules/shell/tmux/home.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/home.nix b/hosts/home.nix index 2a6a408..5773458 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -28,6 +28,7 @@ homeDirectory = "/home/${user}"; packages = with pkgs; [ + kicad devbox nix-prefetch-git libnotify diff --git a/modules/shell/tmux/home.nix b/modules/shell/tmux/home.nix index c440289..5a65302 100644 --- a/modules/shell/tmux/home.nix +++ b/modules/shell/tmux/home.nix @@ -14,6 +14,7 @@ # } resurrect continuum + vim-tmux-navigator ]; extraConfig = ''