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

This commit is contained in:
2026-01-06 11:42:58 +00:00
parent 3c73b9be9a
commit 1f37bc474f

View File

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