On Mon, September 16, 2019 10:32 am, dario wrote:
> I have Guix system installed on a Laptop/Tablet hybrid that allows
> detaching the keyboard. In my system configuration, I set the keyboard
> layout to the German QWERTZ using
>
> (operating-system
> ...
>  (keyboard-layout
>   (keyboard-layout "de" "nodeadkeys"))
>  (bootloader
>   (bootloader-configuration
>    (bootloader grub-efi-bootloader)
>    (target "/boot/efi")
>    (keyboard-layout keyboard-layout)))
> ...
>  (services
>   (append
>    (list ...
>          (set-xorg-configuration
>           (xorg-configuration
>            (keyboard-layout keyboard-layout)
>            ...
>    %desktop-services))))))

(keyboard-layout keyboard-layout))




Reply via email to