Add some basic packages
This commit is contained in:
parent
c6d74f5920
commit
2970cecb79
|
@ -39,6 +39,13 @@
|
|||
"nix-command"
|
||||
"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
|
||||
|
|
Loading…
Reference in a new issue