5 lines
99 B
Nix
5 lines
99 B
Nix
{...}: {
|
|
flake.nixosModules.nixos-i18n = {...}: {
|
|
i18n.defaultLocale = "en_IE.UTF-8";
|
|
};
|
|
}
|