12 lines
176 B
Nix
12 lines
176 B
Nix
{...}: {
|
|
i18n.supportedLocales = [
|
|
"eo/UTF-8"
|
|
"en_GB.UTF-8/UTF-8"
|
|
"en_US.UTF-8/UTF-8"
|
|
];
|
|
virtualisation = {
|
|
podman = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|