From b8b68d25e4e9cfa84c2996cf3a50978dc8aebfa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Mon, 4 Mar 2024 11:23:10 +0100 Subject: [PATCH] 72 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 * --- hosts/MaxNixosLaptop/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hosts/MaxNixosLaptop/configuration.nix b/hosts/MaxNixosLaptop/configuration.nix index 239c1f8..e8cfda4 100644 --- a/hosts/MaxNixosLaptop/configuration.nix +++ b/hosts/MaxNixosLaptop/configuration.nix @@ -139,6 +139,17 @@ # fingerprint unlock services.fprintd.enable = true; + services.greetd = { + enable = true; + settings = rec { + initial_session = { + command = "${pkgs.sway}/bin/sway"; + user = "max"; + }; + default_session = initial_session; + }; + }; + # Enable the OpenSSH daemon. # services.openssh.enable = true;