added git + neovim

This commit is contained in:
foglar 2025-01-01 10:38:02 +01:00
parent f550d7c07f
commit b73d6a328d

View File

@ -60,7 +60,8 @@
# Simply install just the packages # Simply install just the packages
environment.packages = with pkgs; [ environment.packages = with pkgs; [
# User-facing stuff that you really really want to have # User-facing stuff that you really really want to have
vim # or some other editor, e.g. nano or neovim neovim
git
# Some common stuff that people expect to have # Some common stuff that people expect to have
#procps #procps