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
];
defaultSession = "hyprland";
#autoLogin = { # logs out after a minute
# enable = true;
# user = "matt";
#};
autoLogin = { # logs out after a minute
enable = true;
user = "matt";
};
};
libinput.enable = true;
};