about summary refs log tree commit diff
path: root/ops/nixos/all-systems.nix
blob: ba63de2f2dd5093b8504a20210b1fe34660af573 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ depot, ... }:

(with depot.ops.nixos; [
  whitby
]) ++

(with depot.users.tazjin.nixos; [
  camden
  frog
]) ++

(with depot.users.glittershark.system.system; [
  chupacabra
])