feat(gensokyo.zone): fixes

This commit is contained in:
Kat Inskip 2022-09-26 14:00:52 -07:00
parent 58992ff283
commit 26aa770508
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
8 changed files with 72 additions and 43 deletions

View file

@ -1,18 +1,17 @@
{ config, ... }: {
home.language = let
ca = "en_CA.UTF-8";
gb = "en_GB.UTF-8";
dk = "en_DK.UTF-8";
in {
base = ca;
ctype = ca;
time = dk;
time = ca;
numeric = ca;
collate = ca;
monetary = ca;
messages = ca;
paper = gb;
name = gb;
paper = ca;
name = ca;
address = ca;
telephone = ca;
measurement = ca;