summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-09-17 19:47:45 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-09-17 19:47:45 +0200
commit540c83b92dd3b4c10be7028e18df475e0a0e8f89 (patch)
tree18cdceb6e885dc030d52b051347dd9ce3ea29868
parent92a313be6b2c3f52b48db4ec9e1bb2e771b4a5c6 (diff)
feat(locale): remove from %suweren-operating-systemHEADmaster
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 <marek@marekpasnikowski.pl>
-rw-r--r--suweren/system.scm4
1 files 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*))))