diff options
| author | Grisha Shipunov | 2025-12-12 18:22:01 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-12-12 18:22:01 +0100 |
| commit | 0c97d0f1f561dc8ffd1b80aa1e1bc5522efde9f2 (patch) | |
| tree | 1b49b98d0b1288f1b5ee3d061d68665d6f99fef0 | |
| parent | 4b1c10de11f6af7538aa5f3c41f28d89177e4310 (diff) | |
fix locale
| -rw-r--r-- | hosts/toaster/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index bfbcd29..9a5cab9 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -48,9 +48,6 @@ "nl_NL.UTF-8/UTF-8" "ru_RU.UTF-8/UTF-8" ]; - extraLocaleSettings = { - LC_ALL = "nl_NL.UTF-8"; - }; }; # support ddc brigtness control |
