Compare commits
1 commit
69dfaddbf2
...
c01e18cec4
Author | SHA1 | Date | |
---|---|---|---|
c01e18cec4 |
1 changed files with 3 additions and 4 deletions
|
@ -18,10 +18,9 @@
|
||||||
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 = with pkgs; [
|
environment.systemPackages = [
|
||||||
btop
|
pkgs.btop
|
||||||
ncdu
|
pkgs.ncdu
|
||||||
git
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# FIXME not the best place
|
# FIXME not the best place
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue