From 3480b48877698b5f8bde1ba0e0d344981addb37e Mon Sep 17 00:00:00 2001 From: schererleander Date: Sat, 3 May 2025 23:10:17 +0200 Subject: add new apps --- hosts/darwin/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hosts/darwin/configuration.nix') diff --git a/hosts/darwin/configuration.nix b/hosts/darwin/configuration.nix index fc1ba38..019cba8 100644 --- a/hosts/darwin/configuration.nix +++ b/hosts/darwin/configuration.nix @@ -9,6 +9,15 @@ shell = pkgs.zsh; }; + homebrew = { + enable = true; + taps = []; + brews = []; + casks = [ + "nextcloud" + ]; + }; + nixpkgs.hostPlatform = "aarch64-darwin"; nixpkgs.config.allowUnfree = true; system.stateVersion = 5; -- cgit v1.3.1