move direnv to nvim, install devenv
This commit is contained in:
parent
e73e614016
commit
82231ab120
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue