diff --git a/modules/home/nextcloud.nix b/modules/home/nextcloud.nix index bc58165..6d6bc7c 100644 --- a/modules/home/nextcloud.nix +++ b/modules/home/nextcloud.nix @@ -1,11 +1,6 @@ -{lib, ...}: { +{ services.nextcloud-client = { enable = true; startInBackground = true; }; - systemd.user.services.nextcloud-client = { - Unit = { - After = lib.mkForce "graphical-session.target"; - }; - }; }