move direnv to nvim, install devenv

This commit is contained in:
♥ Minnie ♥ 2025-05-04 20:53:55 +08:00
parent e73e614016
commit 82231ab120
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 4 additions and 1 deletions

View file

@ -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
];

View file

@ -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