mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
18 lines
276 B
Nix
18 lines
276 B
Nix
_: {
|
|
home.language = let
|
|
ca = "en_CA.UTF-8";
|
|
in {
|
|
base = ca;
|
|
ctype = ca;
|
|
time = ca;
|
|
numeric = ca;
|
|
collate = ca;
|
|
monetary = ca;
|
|
messages = ca;
|
|
paper = ca;
|
|
name = ca;
|
|
address = ca;
|
|
telephone = ca;
|
|
measurement = ca;
|
|
};
|
|
}
|