Add htop and btop to coffee-kai

This commit is contained in:
2025-11-28 12:44:40 +01:00
parent 5c0e4e0388
commit cf9ca8be08

View File

@@ -28,6 +28,11 @@ in
];
};
environment.systemPackages = with pkgs; [
htop
btop
];
features = {
lan.enable = pkgs.lib.mkForce false;
};