219 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 *

This commit is contained in:
Max Känner 2024-03-13 22:39:10 +01:00
parent d3871dd3a5
commit b9b3aaa060

View File

@ -70,11 +70,12 @@ in {
services.greetd = {
enable = true;
settings = {
settings = rec {
initial_session = {
command = "${pkgs.sway}/bin/sway --config ${swayConfig}";
user = "greeter";
};
default_session = initial_session;
};
};