d4fb573cf7
My new work laptop, a dell XPS 13. Change-Id: Ieab06622c9b280182025edfa63adf649e5fc70d8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2205 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi> Reviewed-by: lukegb <lukegb@tvl.fyi>
15 lines
187 B
Nix
15 lines
187 B
Nix
{ depot, ... }:
|
|
|
|
(with depot.ops.nixos; [
|
|
whitby
|
|
]) ++
|
|
|
|
(with depot.users.tazjin.nixos; [
|
|
camden
|
|
frog
|
|
]) ++
|
|
|
|
(with depot.users.glittershark.system.system; [
|
|
chupacabra
|
|
yeren
|
|
])
|