making greetd autologin to plasma

This commit is contained in:
Chris Cochrun 2023-01-20 10:14:14 -06:00
parent d8c79c22c8
commit 478dfffa8f

View file

@ -80,7 +80,7 @@ with lib;
enable = true; enable = true;
settings = rec { settings = rec {
initial_session = { initial_session = {
command = "/home/chris/bin/hyprland"; command = "dbus-run-session startplasma-wayland";
user = "chris"; user = "chris";
}; };
default_session = { default_session = {