3
4
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2025-12-24 18:10:21 +01:00

base: add some utilities

This commit is contained in:
2025-04-20 10:57:00 +02:00
parent 9d86516046
commit e289cab72f

View File

@@ -41,7 +41,6 @@
environment.systemPackages = with pkgs; [
bottom
duf
eza
file
git
@@ -61,6 +60,10 @@
vim
wget
zip
] ++ lib.optionals (pkgs.stdenv.isLinux) [
dmidecode
lm_sensors
pciutils
];
services.openssh = {