feat(chupacabra): Enable X auto-login
I have an encrypted drive, so this extra layer of security is pointless Change-Id: Ifa523ee5ea545b5ee17536d34f60d7235e47f25c Reviewed-on: https://cl.tvl.fyi/c/depot/+/1741 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
parent
8af65f6858
commit
717939bc12
2 changed files with 15 additions and 2 deletions
|
@ -51,7 +51,8 @@ in {
|
||||||
peek
|
peek
|
||||||
];
|
];
|
||||||
|
|
||||||
xsession.scriptPath = ".hm-xsession";
|
xsession.scriptPath = ".xsession";
|
||||||
|
|
||||||
xsession.windowManager.i3 = {
|
xsession.windowManager.i3 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
|
|
|
@ -7,7 +7,19 @@
|
||||||
|
|
||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
|
|
||||||
# windowManager.i3 = {
|
displayManager = {
|
||||||
|
defaultSession = "none+i3";
|
||||||
|
|
||||||
|
lightdm = {
|
||||||
|
enable = true;
|
||||||
|
autoLogin = {
|
||||||
|
enable = true;
|
||||||
|
user = "grfn";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
windowManager.i3.enable = true;
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# extraPackages = with pkgs; [
|
# extraPackages = with pkgs; [
|
||||||
# i3status
|
# i3status
|
||||||
|
|
Loading…
Reference in a new issue