diff options
| author | schererleander <leander@schererleander.de> | 2025-06-13 19:57:13 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-06-13 19:57:13 +0200 |
| commit | 67d159af538d188d6558ba44d2f57e307ef9ccc0 (patch) | |
| tree | 4b9182c8e3e2f32fccd6f8294485ed58f0736d79 /hosts/darwin/configuration.nix | |
| parent | f0f36d74142111967bb4157d11139d54cbd86fbd (diff) | |
add programs
Diffstat (limited to 'hosts/darwin/configuration.nix')
| -rw-r--r-- | hosts/darwin/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/darwin/configuration.nix b/hosts/darwin/configuration.nix index 21e3e31..98c7485 100644 --- a/hosts/darwin/configuration.nix +++ b/hosts/darwin/configuration.nix @@ -39,6 +39,7 @@ brews = [ "openjdk@17" "openjdk@21" + "plantuml" ]; casks = [ "nextcloud" @@ -46,6 +47,7 @@ "vlc" "vladdoster/formulae/vimari" "arduino-ide" + "docker" ]; masApps = { "Goodnotes 6" = 1444383602; |
