From 2276997a9a2fc4ccbe7f0bae60a4a79a7f2f9bf6 Mon Sep 17 00:00:00 2001 From: Corwin Perren Date: Sat, 28 Sep 2024 13:26:02 -0700 Subject: [PATCH] No autologin --- modules/nixos/hyprland.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index a3bc17c..64d179a 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -33,10 +33,10 @@ }; }; - services.displayManager.autoLogin = { - enable = true; - user = "caperren"; - }; +# services.displayManager.autoLogin = { +# enable = true; +# user = "caperren"; +# }; hardware.graphics = { enable = true;