diff --git a/modules/core/wayland.nix b/modules/core/wayland.nix index f186ab9..b39b2d2 100644 --- a/modules/core/wayland.nix +++ b/modules/core/wayland.nix @@ -1,10 +1,10 @@ { username, pkgs, ... }: { services = { - displayManager.autoLogin = { - enable = true; - user = "${username}"; - }; + # displayManager.autoLogin = { + # enable = true; + # user = "${username}"; + # }; libinput = { enable = true; # mouse = {