add installer kb options
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
db1acbbd3c
commit
6b3314d032
5 changed files with 37 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue