12 lines
158 B
Nix
12 lines
158 B
Nix
{
|
|
# TODO: consider DRY-ing these
|
|
imports = [
|
|
./gaelan.nix
|
|
./qenya.nix
|
|
./randomcat.nix
|
|
./trungle.nix
|
|
];
|
|
|
|
users.mutableUsers = false;
|
|
}
|