diff options
| author | schererleander <leander@schererleander.de> | 2025-05-03 23:10:17 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-03 23:10:17 +0200 |
| commit | 3480b48877698b5f8bde1ba0e0d344981addb37e (patch) | |
| tree | 4cb49af1f5c3315a42aae5ab2052d03883a64c2e /hosts/darwin/configuration.nix | |
| parent | 446ca438985c371ae44e259218ab9c94323cf2de (diff) | |
add new apps
Diffstat (limited to 'hosts/darwin/configuration.nix')
| -rw-r--r-- | hosts/darwin/configuration.nix | 9 |
1 files changed, 9 insertions, 0 deletions
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; |
