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 :(
|
nixpkgs.config.allowUnfree = true; # Forgive me Mr. Stallman :(
|
||||||
system.switch.enableNg = true;
|
system.switch.enableNg = true;
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = with pkgs; [
|
||||||
pkgs.btop
|
btop
|
||||||
pkgs.ncdu
|
ncdu
|
||||||
|
git
|
||||||
];
|
];
|
||||||
|
|
||||||
# FIXME not the best place
|
# FIXME not the best place
|
||||||
|
|
Loading…
Add table
Reference in a new issue