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