add installer kb options
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2024-12-29 11:43:52 +01:00
parent db1acbbd3c
commit 6b3314d032
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
5 changed files with 37 additions and 5 deletions

View file

@ -101,6 +101,9 @@ pub fn install(conf: InstallConfig) {
setup_navos();
install_pkgs(&pkg::DESKTOP_PKG);
print_status("Enable SDDM");
// TODO : Setup KDE Keyboard Layout
std::os::unix::fs::symlink(
"/usr/lib/systemd/system/sddm.service",
"/mnt/etc/systemd/system/display-manager.service",