diff options
| author | Leander Scherer <leander@schererleander.de> | 2026-04-06 11:08:43 +0200 |
|---|---|---|
| committer | Leander Scherer <leander@schererleander.de> | 2026-04-06 11:08:43 +0200 |
| commit | f59810bfea46317d91b09797d09c4fcb7eb77054 (patch) | |
| tree | 59efd471624882469e99633739380575de5e000e /modules/hosts | |
| parent | 222eb7f49a9b326880e6a2c35a5d1ec1c8aa9e83 (diff) | |
feat(system): add localization module with de keyboard layout
Diffstat (limited to 'modules/hosts')
| -rw-r--r-- | modules/hosts/adam/configuration.nix | 15 | ||||
| -rw-r--r-- | modules/hosts/adam/flake-parts.nix | 1 |
2 files changed, 1 insertions, 15 deletions
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 |
