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:
parent
5e58c8bc28
commit
5851f672ac
15 changed files with 3677 additions and 0 deletions
6
users/multi/pkgs/default.nix
Normal file
6
users/multi/pkgs/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
htop = import ./htop { inherit pkgs; };
|
||||
in
|
||||
[ htop ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue