wip
Some checks failed
Check Flake / check-flake (push) Failing after 29m1s

This commit is contained in:
2024-06-01 21:03:07 -06:00
parent f1ad53dc95
commit 09ffde5abd
5 changed files with 31 additions and 29 deletions

View File

@@ -63,7 +63,7 @@
};
# Login into X11 plasma so barrier works well
services.xserver.displayManager.defaultSession = "plasma";
services.displayManager.defaultSession = "plasma";
users.users.cris = {
isNormalUser = true;
@@ -83,7 +83,7 @@
};
# Auto login into Plasma in john zoidberg account
services.xserver.displayManager.sddm.settings = {
services.displayManager.sddm.settings = {
Autologin = {
Session = "plasma";
User = "john";