fix
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-01-05 11:17:53 +01:00
parent 9fad5a7dda
commit b7184ba705
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -104,7 +104,7 @@ pub fn install(conf: InstallConfig) {
install_file(
"/mnt/usr/share/sddm/scripts/Xsetup",
&format!(
"#!/bin/sh\n# Xsetup\nsetxkbmap {},us",
"#!/bin/sh\n# Xsetup\nsetxkbmap {},us\n",
conf.general.keyboard_layout
),
0o644,