From 0c97d0f1f561dc8ffd1b80aa1e1bc5522efde9f2 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Fri, 12 Dec 2025 18:22:01 +0100 Subject: fix locale --- hosts/toaster/default.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'hosts/toaster') 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 -- cgit v1.3.1