nix-infra/users/default.nix

7 lines
55 B
Nix
Raw Normal View History

2024-04-01 17:16:35 +00:00
{ ... }: {
imports = [
./sammy
./root
];
}