Add git to default packages for root
All checks were successful
EVAL aarch64-linux.sisko
BUILD x86_64-linux.picard
UPLOAD x86_64-linux.picard
DOWNLOAD x86_64-linux.picard
CACHIX x86_64-linux.picard
ATTIC x86_64-linux.picard
/ test (push) Successful in 40s

This commit is contained in:
Andrea Ciceri 2025-05-17 09:47:19 +02:00
parent afa8f62bb8
commit 69dfaddbf2
No known key found for this signature in database

View file

@ -18,9 +18,10 @@
nixpkgs.config.allowUnfree = true; # Forgive me Mr. Stallman :(
system.switch.enableNg = true;
environment.systemPackages = [
pkgs.btop
pkgs.ncdu
environment.systemPackages = with pkgs; [
btop
ncdu
git
];
# FIXME not the best place