summaryrefslogtreecommitdiff
path: root/systems/mcdowell.scm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/mcdowell.scm')
-rw-r--r--systems/mcdowell.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm
index 7994ac8..323e2ec 100644
--- a/systems/mcdowell.scm
+++ b/systems/mcdowell.scm
@@ -1,6 +1,7 @@
(define-module (systems mcdowell)
#:use-module (gnu services) ; service
#:use-module (gnu services guix) ; guix-home-service-type
+ #:use-module (gnu system keyboard) ; keyboard-layout
#:use-module (machines portable-bios) ; bootloader-configuration*
; file-systems*
; firmware*
@@ -27,9 +28,11 @@
(guix-home (service guix-home-service-type
home-environments))
+ (keyboard-layout* (keyboard-layout "pl"))
(services* (list guix-home)))
(%suweren-operating-system kernel*
- bootloader-configuration*
+ (bootloader-configuration* keyboard-layout*)
+ keyboard-layout*
initrd*
firmware*
host-name*