Forgot git...

This commit is contained in:
Root User 2026-02-06 14:48:51 +01:00
parent c0e5a022ca
commit 9efe372dc3
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -179,13 +179,11 @@ in {
# Add extra system packages from example.nix (appended to existing list) # Add extra system packages from example.nix (appended to existing list)
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget wget
helix helix
fastfetch fastfetch
hyfetch hyfetch
pgadmin4 pgadmin4
# Additional packages from example.nix
atool atool
httpie httpie
alacritty alacritty
@ -208,6 +206,7 @@ in {
os-prober os-prober
arp-scan arp-scan
librewolf librewolf
git
]; ];
# Enable rsync service (from example.nix) # Enable rsync service (from example.nix)