From 9771242083eba17d0b3b3585ae76f2f0f1843e65 Mon Sep 17 00:00:00 2001 From: Sasza Stanczew Date: Sun, 1 Mar 2026 09:27:21 +0100 Subject: [PATCH] autologin without password --- modules/plasma.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/plasma.nix b/modules/plasma.nix index b573602..10bf2bf 100644 --- a/modules/plasma.nix +++ b/modules/plasma.nix @@ -5,7 +5,14 @@ services.xserver.enable = true; # Enable the KDE Plasma Desktop Environment. - services.displayManager.sddm.enable = true; + services.displayManager.sddm { + enable = true; + autoLogin = { + enable = true; + user = "sasza"; # ← Twój username + session = "plasma"; # "plasma" (X11) lub "plasmawayland" (Wayland) + }; + } services.desktopManager.plasma6.enable = true; # Configure keymap in X11