Try sddm
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -171,10 +171,14 @@
|
||||
services = {
|
||||
openssh.enable = true;
|
||||
dbus.enable = true;
|
||||
getty.autologinUser = "chris";
|
||||
displayManager = {
|
||||
# sddm.autoLogin.enable = true;
|
||||
# sddm.autoLogin.user = "chris";
|
||||
sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
theme = "maya";
|
||||
};
|
||||
autoLogin.enable = true;
|
||||
autoLogin.user = "chris";
|
||||
defaultSession = "hyprland";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user