tvl-depot/users/multi/pkgs/default.nix
multi 5851f672ac feat(users/multi): bootstrap home-manager configuration for whitby
Change-Id: Iad3024a5a640d33377cfae436134fda9f358397b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1703
Tested-by: BuildkiteCI
Reviewed-by: multi <depot@in-addr.xyz>
2020-08-10 16:37:46 +00:00

6 lines
76 B
Nix

{ pkgs, ... }:
let
htop = import ./htop { inherit pkgs; };
in
[ htop ]