nixos-config/system/core/tools.nix
2024-02-07 19:05:44 +01:00

5 lines
75 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
htop
];
}