disable kde, enable autologin with swaylock

This commit is contained in:
Sean Kovacs 2026-03-03 17:32:22 -05:00
commit bfb60a0ff6
Signed by: sckova
GPG key ID: 00F325187C68651A
4 changed files with 77 additions and 3 deletions

View file

@ -26,6 +26,12 @@ in
}
];
services.logind.settings.Login = {
HandleSuspendKey = "ignore";
HandlePowerKey = "lock";
HandleLidSwitch = "lock";
};
virtualisation.docker = {
enable = true;
# Use the rootless mode - run Docker daemon as non-root user