feat: auto login with sddm

This commit is contained in:
matt1432 2023-07-30 19:13:15 -04:00
parent 3fcf3763f4
commit 4d5e86cafd

View file

@ -24,10 +24,10 @@
(builtins.getFlake "github:hyprwm/Hyprland").packages.x86_64-linux.default (builtins.getFlake "github:hyprwm/Hyprland").packages.x86_64-linux.default
]; ];
defaultSession = "hyprland"; defaultSession = "hyprland";
#autoLogin = { # logs out after a minute autoLogin = { # logs out after a minute
# enable = true; enable = true;
# user = "matt"; user = "matt";
#}; };
}; };
libinput.enable = true; libinput.enable = true;
}; };