WS-KCNHUB/machines/kcnhub/users.nix

8 lines
99 B
Nix

{ ... }: {
imports = [
./users/david.nix
./users/darian.nix
./users/carol.nix
];
}