summaryrefslogtreecommitdiff
path: root/systems/ayase/guix-ayase.org
diff options
context:
space:
mode:
Diffstat (limited to 'systems/ayase/guix-ayase.org')
-rw-r--r--systems/ayase/guix-ayase.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/systems/ayase/guix-ayase.org b/systems/ayase/guix-ayase.org
index 99ec866..3a15704 100644
--- a/systems/ayase/guix-ayase.org
+++ b/systems/ayase/guix-ayase.org
@@ -16,6 +16,9 @@
#:use-module (gnu services ssh)
#:use-module (gnu services xorg))
+ (define keyboard-layout
+ (keyboard-layout "pl"))
+
(define main-memory
'(target (uuid "cc6bbf7c-e42a-4ac3-a9ae-3b14d3b4b841")))
@@ -65,7 +68,7 @@
(set-xorg-configuration xorg-configuration)))
(operating-system (bootloader bootloader)
- (keyboard-layout (keyboard-layout "pl"))
+ (keyboard-layout keyboard-layout)
(host-name "ayase")
(file-systems (append %base-file-systems
efi-partition