dwm: Add greetd settings

Long-term it may be ideal to simply start dwm on tty2.
This commit is contained in:
Donovan Glover 2024-08-26 14:08:17 -04:00
parent 104b62c6d4
commit 39d73d1ed1
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -310,5 +310,10 @@ in
accelProfile = "flat";
};
};
greetd.settings = {
default_session.command = lib.mkForce "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd startx --time-format '%F %R'";
initial_session.command = lib.mkForce "${pkgs.xorg.xinit}/bin/startx";
};
};
}