infrastructure/hosts/hydrogen/system/packages/default.nix

2 lines
69 B
Nix

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