diff options
| author | schererleander <leander@schererleander.de> | 2025-07-18 01:04:32 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-07-18 01:04:32 +0200 |
| commit | d9708fc9cf291c1a37d5990cf38a51a9e09c2f65 (patch) | |
| tree | ba920afad21c5d253191f73539bbee84f827c494 /hosts | |
| parent | a2256a3e13965be7284f61d980c8fec7790d3bf5 (diff) | |
add programs
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/darwin/configuration.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/darwin/configuration.nix b/hosts/darwin/configuration.nix index 1287cfa..cc999a2 100644 --- a/hosts/darwin/configuration.nix +++ b/hosts/darwin/configuration.nix @@ -42,6 +42,7 @@ "openjdk@21" "plantuml" "pinentry-mac" + "minio-mc" ]; casks = [ "nextcloud" @@ -49,8 +50,10 @@ "vlc" "vladdoster/formulae/vimari" "arduino-ide" - "docker" + "docker-desktop" "anki" + "mongodb-compass" + "viscosity" ]; masApps = { "Goodnotes 6" = 1444383602; |
