fix build
All checks were successful
Check Flake / check-flake (push) Successful in 2m50s

This commit is contained in:
Zuckerberg 2023-10-19 20:14:11 -06:00
parent ee8e0d3602
commit 9d61ffc9f7

View File

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