diff --git a/users/glittershark/system/home/modules/i3.nix b/users/glittershark/system/home/modules/i3.nix index f5fdb3a02..e5f9cb530 100644 --- a/users/glittershark/system/home/modules/i3.nix +++ b/users/glittershark/system/home/modules/i3.nix @@ -51,7 +51,8 @@ in { peek ]; - xsession.scriptPath = ".hm-xsession"; + xsession.scriptPath = ".xsession"; + xsession.windowManager.i3 = { enable = true; config = { diff --git a/users/glittershark/system/system/modules/xserver.nix b/users/glittershark/system/system/modules/xserver.nix index 813884fa6..b4946f13b 100644 --- a/users/glittershark/system/system/modules/xserver.nix +++ b/users/glittershark/system/system/modules/xserver.nix @@ -7,7 +7,19 @@ libinput.enable = true; -# windowManager.i3 = { + displayManager = { + defaultSession = "none+i3"; + + lightdm = { + enable = true; + autoLogin = { + enable = true; + user = "grfn"; + }; + }; + }; + + windowManager.i3.enable = true; # enable = true; # extraPackages = with pkgs; [ # i3status