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>
This commit is contained in:
multi 2020-08-09 23:24:43 +00:00
parent 5e58c8bc28
commit 5851f672ac
15 changed files with 3677 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{ pkgs, ... }:
let
htop = import ./htop { inherit pkgs; };
in
[ htop ]