base: add some utilities
This commit is contained in:
parent
9d86516046
commit
e289cab72f
5
base.nix
5
base.nix
@ -41,7 +41,6 @@
|
|||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
bottom
|
bottom
|
||||||
duf
|
|
||||||
eza
|
eza
|
||||||
file
|
file
|
||||||
git
|
git
|
||||||
@ -61,6 +60,10 @@
|
|||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
zip
|
zip
|
||||||
|
] ++ lib.optionals (pkgs.stdenv.isLinux) [
|
||||||
|
dmidecode
|
||||||
|
lm_sensors
|
||||||
|
pciutils
|
||||||
];
|
];
|
||||||
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user