From 540c83b92dd3b4c10be7028e18df475e0a0e8f89 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Tue, 17 Sep 2024 19:47:45 +0200 Subject: feat(locale): remove from %suweren-operating-system MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit One reason for removal is my decision to fall back to the default locale. The other is the pending refactoring of the operating-system implementations. Signed-off-by: Marek Paśnikowski --- suweren/system.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/suweren/system.scm b/suweren/system.scm index 9ee81b9..06dad69 100644 --- a/suweren/system.scm +++ b/suweren/system.scm @@ -130,7 +130,7 @@ swap-devices* users* timezone* - locale* + ;; locale* services*) (let* ((sddm-configuration* (sddm-configuration (theme "breeze") (auto-login-user "lilia"))) @@ -169,6 +169,6 @@ (swap-devices swap-devices*) (users users*) (timezone timezone*) - (locale locale*) + ;; (locale locale*) (services services*) (sudoers-file %sudoers-specification*)))) -- cgit v1.2.3