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;
settings = rec {
default_session = {
command = "${pkgs.regreet}/bin/regreet";
user = "greeter";
command = "${pkgs.uwsm}/bin/uwsm start -e -D Hyprland ${pkgs.gyprland}/bin/start-hyprland";
user = "lilly";
};
initial_session = default_session;
};