From c7b96e7d96f9d4ed69b4ab072130aeaf7af64f4f Mon Sep 17 00:00:00 2001 From: voidarclabs Date: Sun, 4 Jan 2026 16:25:12 +0000 Subject: [PATCH] fixed pc autologin --- configuration-pc.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/configuration-pc.nix b/configuration-pc.nix index b3439c7..1dfa1fd 100644 --- a/configuration-pc.nix +++ b/configuration-pc.nix @@ -3,6 +3,7 @@ { networking.hostName = "HACKSTATION"; # Define your hostname. + # Opengl and vulkan hardware.graphics = { enable = true; @@ -12,13 +13,13 @@ ]; }; -# services.displayManager.sddm = { -# enable = true; -# theme = "catppuccin-mocha-mauve"; -# package = pkgs.kdePackages.sddm; -# }; + services.displayManager.sddm = { + enable = true; + autoLogin.enable = true; + autoLogin.user = "user01"; + }; -services.getty.autologinUser = "user01" +services.getty.autologinUser = "user01"; # Catppuccin sddm theme # (pkgs.catppuccin-sddm.override { @@ -37,6 +38,7 @@ services.getty.autologinUser = "user01" # Terminal # Apps + bottles ]; };