This commit is contained in:
Julian Sutter 2024-12-21 23:06:43 -08:00
parent b341051d15
commit 73496fb42e
3 changed files with 16 additions and 0 deletions

View file

@ -144,4 +144,12 @@
systemd.network.wait-online.enable = false;
boot.initrd.systemd.network.wait-online.enable = false;
services.plasma5 = {
enable = true;
extraConfig = {
"ActionEnterDefault" = "lock"; # Set "Lock" as the default option
"ActionCtrlAltDel" = "lock"; # Ensure Ctrl+Alt+Del shows the menu with Lock as default
};
};
}