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;