From 82231ab120c36834e7f94fca6a01a4cb5063327d Mon Sep 17 00:00:00 2001 From: jasmine Date: Sun, 4 May 2025 20:53:55 +0800 Subject: [PATCH] move direnv to nvim, install devenv --- home-manager/sajenim/features/cli/nvim.nix | 4 ++++ nixos/common/global/env.nix | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/home-manager/sajenim/features/cli/nvim.nix b/home-manager/sajenim/features/cli/nvim.nix index 012884f..9e03933 100644 --- a/home-manager/sajenim/features/cli/nvim.nix +++ b/home-manager/sajenim/features/cli/nvim.nix @@ -8,6 +8,10 @@ pkgs.gcc pkgs.python313Full # Note: keep this in sync with school + # Setup developer environments + pkgs.direnv + pkgs.unstable.devenv + # Install our nixvim configuration for neovim. inputs.nixvim.packages.${pkgs.system}.default ]; diff --git a/nixos/common/global/env.nix b/nixos/common/global/env.nix index de472e2..42d758f 100644 --- a/nixos/common/global/env.nix +++ b/nixos/common/global/env.nix @@ -13,7 +13,6 @@ ranger # console file manager htop # system monitor scrot # screenshot - direnv # load environment jq # JSON processor git # version control nmap # network mapper