This commit is contained in:
2026-03-24 19:16:44 +01:00
parent 244d09e8ea
commit 18b0b2f69b

View File

@@ -38,8 +38,28 @@
zfsSupport = true; zfsSupport = true;
}; };
i18n = rec {
defaultLocale = "en_US.UTF-8";
extraLocales = [ "sv_SE.UTF-8/UTF-8" ];
extraLocaleSettings = {
LC_ADDRESS = defaultLocale;
LC_CTYPE = defaultLocale;
LC_COLLATE = defaultLocale;
LC_IDENTIFICATION = defaultLocale;
LC_MEASUREMENT = defaultLocale;
LC_MESSAGES = defaultLocale;
LC_MONETARY = defaultLocale;
LC_NAME = defaultLocale;
LC_NUMERIC = defaultLocale;
LC_PAPER = defaultLocale;
LC_TELEPHONE = defaultLocale;
LC_TIME = defaultLocale;
};
};
services.xserver.xkb.layout = "se";
time.timeZone = "Europe/Stockholm"; time.timeZone = "Europe/Stockholm";
i18n.defaultLocale = "sv_SE.UTF-8";
console = { console = {
font = "Lat2-Terminus16"; font = "Lat2-Terminus16";
@@ -84,10 +104,13 @@
cowsay cowsay
fortune fortune
lolcat lolcat
bat
fastfetch fastfetch
curl curl
eza eza
fzf fzf
git
git-lfs
ripgrep ripgrep
neovim neovim
odt2txt odt2txt
@@ -96,7 +119,6 @@
tpm2-tools tpm2-tools
unzip unzip
wget wget
zsh
killall killall
nil nil