Add git
to default packages for root
This commit is contained in:
parent
afa8f62bb8
commit
69dfaddbf2
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue