From 5ce1c1df4c52a609371a1cf21c9c36c4aae628de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Mon, 4 Mar 2024 11:24:37 +0100 Subject: [PATCH] 73 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 * --- hosts/MaxNixosLaptop/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/MaxNixosLaptop/configuration.nix b/hosts/MaxNixosLaptop/configuration.nix index e8cfda4..df7940e 100644 --- a/hosts/MaxNixosLaptop/configuration.nix +++ b/hosts/MaxNixosLaptop/configuration.nix @@ -142,11 +142,10 @@ services.greetd = { enable = true; settings = rec { - initial_session = { + default_session = { command = "${pkgs.sway}/bin/sway"; user = "max"; }; - default_session = initial_session; }; };