Forgot git...
This commit is contained in:
parent
c0e5a022ca
commit
9efe372dc3
1 changed files with 1 additions and 2 deletions
|
|
@ -179,13 +179,11 @@ in {
|
|||
|
||||
# Add extra system packages from example.nix (appended to existing list)
|
||||
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
|
||||
helix
|
||||
fastfetch
|
||||
hyfetch
|
||||
pgadmin4
|
||||
# Additional packages from example.nix
|
||||
atool
|
||||
httpie
|
||||
alacritty
|
||||
|
|
@ -208,6 +206,7 @@ in {
|
|||
os-prober
|
||||
arp-scan
|
||||
librewolf
|
||||
git
|
||||
];
|
||||
|
||||
# Enable rsync service (from example.nix)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue