move direnv to nvim, install devenv
This commit is contained in:
parent
e73e614016
commit
82231ab120
|
@ -8,6 +8,10 @@
|
||||||
pkgs.gcc
|
pkgs.gcc
|
||||||
pkgs.python313Full # Note: keep this in sync with school
|
pkgs.python313Full # Note: keep this in sync with school
|
||||||
|
|
||||||
|
# Setup developer environments
|
||||||
|
pkgs.direnv
|
||||||
|
pkgs.unstable.devenv
|
||||||
|
|
||||||
# Install our nixvim configuration for neovim.
|
# Install our nixvim configuration for neovim.
|
||||||
inputs.nixvim.packages.${pkgs.system}.default
|
inputs.nixvim.packages.${pkgs.system}.default
|
||||||
];
|
];
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
ranger # console file manager
|
ranger # console file manager
|
||||||
htop # system monitor
|
htop # system monitor
|
||||||
scrot # screenshot
|
scrot # screenshot
|
||||||
direnv # load environment
|
|
||||||
jq # JSON processor
|
jq # JSON processor
|
||||||
git # version control
|
git # version control
|
||||||
nmap # network mapper
|
nmap # network mapper
|
||||||
|
|
Loading…
Reference in a new issue