disable kde, enable autologin with swaylock
This commit is contained in:
parent
ee71554e6f
commit
bfb60a0ff6
4 changed files with 77 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue