summaryrefslogtreecommitdiff
path: root/systems/aisaka.scm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/aisaka.scm')
-rw-r--r--systems/aisaka.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/systems/aisaka.scm b/systems/aisaka.scm
index b5db185..e30fece 100644
--- a/systems/aisaka.scm
+++ b/systems/aisaka.scm
@@ -50,7 +50,8 @@
(keyboard-layout* (keyboard-layout "pl"))
(services* (list guix-home))
(timezone* "Europe/Warsaw")
- (locale* "pl_PL.utf8"))
+ ;; (locale* "en_US.utf8")
+ )
(%suweren-operating-system kernel*
(bootloader-configuration* keyboard-layout*)
keyboard-layout*
@@ -61,7 +62,7 @@
(swap-devices* host-name*)
users*
timezone*
- locale*
+ ;; locale*
services*)))
operating-system*