From a022202f5129b0a7d8a73e2a970f85c04552f361 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Thu, 25 Dec 2025 13:10:28 +0100 Subject: [PATCH] Add nextcloud to darwin setup --- nix/system/darwin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/system/darwin.nix b/nix/system/darwin.nix index 423dfbf..001d944 100644 --- a/nix/system/darwin.nix +++ b/nix/system/darwin.nix @@ -25,6 +25,7 @@ in casks = [ "ghostty" "karabiner-elements" + "nextcloud" ]; brews = [ "bitwarden-cli"