From f59810bfea46317d91b09797d09c4fcb7eb77054 Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Mon, 6 Apr 2026 11:08:43 +0200 Subject: feat(system): add localization module with de keyboard layout --- modules/hosts/adam/configuration.nix | 15 --------------- modules/hosts/adam/flake-parts.nix | 1 + 2 files changed, 1 insertion(+), 15 deletions(-) (limited to 'modules/hosts') diff --git a/modules/hosts/adam/configuration.nix b/modules/hosts/adam/configuration.nix index c2110d6..e82f885 100644 --- a/modules/hosts/adam/configuration.nix +++ b/modules/hosts/adam/configuration.nix @@ -18,21 +18,6 @@ }; }; - # Localisation - time.timeZone = "Europe/Berlin"; - i18n.defaultLocale = "en_US.UTF-8"; - i18n.extraLocaleSettings = { - LC_ADDRESS = "de_DE.UTF-8"; - LC_IDENTIFICATION = "de_DE.UTF-8"; - LC_MEASUREMENT = "de_DE.UTF-8"; - LC_MONETARY = "de_DE.UTF-8"; - LC_NAME = "de_DE.UTF-8"; - LC_NUMERIC = "de_DE.UTF-8"; - LC_PAPER = "de_DE.UTF-8"; - LC_TELEPHONE = "de_DE.UTF-8"; - LC_TIME = "de_DE.UTF-8"; - }; - # Disable waiting for network to be online systemd.services.NetworkManager-wait-online.enable = false; diff --git a/modules/hosts/adam/flake-parts.nix b/modules/hosts/adam/flake-parts.nix index 82d990c..dc9654e 100644 --- a/modules/hosts/adam/flake-parts.nix +++ b/modules/hosts/adam/flake-parts.nix @@ -10,6 +10,7 @@ home-manager plymouth kde + localization sway dns audio -- cgit v1.3.1