Change locale

Signed-off-by: Tristan Druyen <tristan@vault81.de>
This commit is contained in:
Tristan D. 2023-09-13 01:05:03 +02:00
parent 19c5c7503e
commit 36d8bff94b
Signed by: tristan
SSH key fingerprint: SHA256:U7y6eMb7CQDaTHv9XoX6/BaQnPqyxxKc+Xnfcefi6rY
2 changed files with 3 additions and 3 deletions

View file

@ -31,12 +31,12 @@
boot.initrd.luks.devices."luks-fa1e760a-71a3-4a79-a791-684cd82d9c3c".device = "/dev/disk/by-uuid/fa1e760a-71a3-4a79-a791-684cd82d9c3c";
boot.initrd.luks.devices."luks-fa1e760a-71a3-4a79-a791-684cd82d9c3c".keyFile = "/crypto_keyfile.bin";
networking.hostName = "nixos-pulse";
networking.hostName = "nixos-pulse";
networking.networkmanager.enable = true;
time.timeZone = "Europe/Berlin";
i18n.defaultLocale = "en_DK.UTF-8";
i18n.defaultLocale = "en_US.UTF-8";
i18n.extraLocaleSettings = {
LC_ADDRESS = "de_DE.UTF-8";

View file

@ -18,7 +18,7 @@
programs.alacritty = {
enable = true;
settings = {
window.opacity = 0.85;
window.opacity = 0.88;
window.dimensions = {
lines = 40;
columns = 150;