main
nix 11 lines 94 Bytes
Raw
1 {
2 pkgs,
3 ...
4 }:
5
6 {
7 environment.systemPackages = with pkgs; [
8 htop
9 nix-top
10 ];
11 }