From 351bf8fac13c5580e3e1e3b7a446282e5d0d44bb Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 27 Dec 2024 00:48:16 +0100 Subject: [PATCH] tes --- config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.nix b/config.nix index e1dbc7b..2bdd967 100644 --- a/config.nix +++ b/config.nix @@ -140,9 +140,11 @@ in }; }; xserver = { + enable = true; xkb.layout = "de"; displayManager = { defaultSession = "sway"; + sessionData.autologinSession = "sway"; autoLogin = { enable = true; user = "c3terminal";