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;