fix(nextcloud): use uwsm app for nexcloud

This commit is contained in:
kenji
2026-01-14 09:14:42 -06:00
parent 35f810dcf1
commit 44af726a53
+3 -2
View File
@@ -4,6 +4,7 @@
]; ];
wayland.windowManager.hyprland.settings.exec-once = [ wayland.windowManager.hyprland.settings.exec-once = [
"nextcloud --background" "setsid uwsm app -- nextcloud --background"
]; ];
} }