mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 17:49:07 +01:00
Install btop everywhere
This commit is contained in:
parent
16b8bbf076
commit
9bcbe7e031
1 changed files with 2 additions and 1 deletions
|
|
@ -75,12 +75,13 @@
|
|||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
(lib.hiPrio pkgs.uutils-coreutils-noprefix)
|
||||
pkgs.git
|
||||
pkgs.just
|
||||
pkgs.nh
|
||||
pkgs.dust
|
||||
(lib.hiPrio pkgs.uutils-coreutils-noprefix)
|
||||
pkgs.comma
|
||||
pkgs.btop
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue