Add some basic packages
This commit is contained in:
parent
c6d74f5920
commit
2970cecb79
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue