From 6770a680ad851242ab87159b494a0a5f97f4b27e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nina=20Chl=C3=B3e=20Kassandra=20Rei=C3=9F?= Date: Tue, 21 Apr 2026 14:30:03 +0200 Subject: [PATCH] Add nextcloud init to home-manager --- desktop-environment/window-manager/hyprland.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/desktop-environment/window-manager/hyprland.nix b/desktop-environment/window-manager/hyprland.nix index 127987f..259d2d6 100644 --- a/desktop-environment/window-manager/hyprland.nix +++ b/desktop-environment/window-manager/hyprland.nix @@ -42,7 +42,10 @@ in windowManager = { hyprland = { enable = true; - #xwayland.enable = true; + xwayland.enable = true; + extraConfig = '' + exec-once = sleep 2 && nextcloud + ''; }; }; };