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)
|
# 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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue