15 lines
179 B
Nix
15 lines
179 B
Nix
|
{ depot, ... }:
|
||
|
|
||
|
(with depot.ops.nixos; [
|
||
|
whitby
|
||
|
]) ++
|
||
|
|
||
|
(with depot.users.tazjin.nixos; [
|
||
|
camden
|
||
|
frog
|
||
|
]) ++
|
||
|
|
||
|
(with depot.users.glittershark.system.system; [
|
||
|
chupacabra
|
||
|
])
|