fix: do not specify hyprland session on tuigreet for uwsm

This commit is contained in:
lightly-toasted 2025-08-04 13:22:35 +09:00
parent e1950e2348
commit fd73ffba85
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
package = pkgs.hyprland;
systemd.enable = false;
settings = {
exec-once = [ "uwsm app -- firefox" "kime" ];
exec-once = [ "uwsm app -- firefox" ];
"$terminal" = "uwsm app -- kitty";
"$fileManager" = "uwsm app -- thunar";