Auto-commit: 2026-01-06 11:42:35

This commit is contained in:
2026-01-06 11:42:35 +00:00
parent f14c2db34a
commit 3c73b9be9a

View File

@@ -5,8 +5,8 @@
enable = true; enable = true;
settings = rec { settings = rec {
default_session = { default_session = {
command = "${pkgs.regreet}/bin/regreet"; command = "${pkgs.uwsm}/bin/uwsm start -e -D Hyprland ${pkgs.gyprland}/bin/start-hyprland";
user = "greeter"; user = "lilly";
}; };
initial_session = default_session; initial_session = default_session;
}; };