Add some basic packages

This commit is contained in:
Nathan McCarty 2024-11-26 09:23:32 +00:00
parent c6d74f5920
commit 2970cecb79

View file

@ -40,6 +40,13 @@
"flakes"
];
environment.systemPackages = with pkgs; [
neovim
git
tmux
nixfmt-rfc-style
];
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. It's perfectly fine and recommended to leave