From 36d8bff94b46a73101f05df43d26b6ce9f344959 Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Wed, 13 Sep 2023 01:05:03 +0200 Subject: [PATCH] Change locale Signed-off-by: Tristan Druyen --- configuration.nix | 4 ++-- home.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 826a21c..4a936e6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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"; diff --git a/home.nix b/home.nix index 631f00c..7721961 100644 --- a/home.nix +++ b/home.nix @@ -18,7 +18,7 @@ programs.alacritty = { enable = true; settings = { - window.opacity = 0.85; + window.opacity = 0.88; window.dimensions = { lines = 40; columns = 150;