ncdu
is very handy
This commit is contained in:
parent
79ab4ca237
commit
a6ec1cf879
1 changed files with 4 additions and 1 deletions
|
@ -18,7 +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 = [ pkgs.btop ];
|
environment.systemPackages = [
|
||||||
|
pkgs.btop
|
||||||
|
pkgs.ncdu
|
||||||
|
];
|
||||||
|
|
||||||
# FIXME not the best place
|
# FIXME not the best place
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue