move direnv to nvim, install devenv
This commit is contained in:
parent
e73e614016
commit
82231ab120
|
@ -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
|
||||
];
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue