From f3a238e747cf31d971fa33382f19cb7082267cda Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Mon, 29 Jul 2024 23:27:32 -0400 Subject: [PATCH] make vim support tools available in shell --- modules/sean.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/sean.nix b/modules/sean.nix index 945f35f..838d634 100644 --- a/modules/sean.nix +++ b/modules/sean.nix @@ -2,7 +2,8 @@ { environment.variables.EDITOR = "nvim"; environment.systemPackages = [ - pkgs.bck-nvim + pkgs.bck-nvim-base + pkgs.bck-nvim-tools ]; users.users.sean = {