nix/nixos/programs/personal.nix
2024-01-06 17:40:24 +00:00

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;
};
};
}