From efb5744ba6edb32580a9eb91f2769a33c8caeb6c Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sun, 13 Oct 2024 20:03:14 +0200 Subject: [PATCH] chore: remove displaymanager --- modules/core/wayland.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 = {