From 15e1134f48f025d864cc52a3491364b1f02f367c Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 22 May 2024 22:35:29 +0200 Subject: ayase: define keyboard-layout externally: make sure each instance is not null --- systems/ayase/guix-ayase.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'systems/ayase/guix-ayase.org') 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 -- cgit v1.2.3