diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2026-04-20 15:28:09 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2026-04-20 15:28:09 +0200 |
| commit | d6935d58ac79feba73c230d9cb5bde8ddbf6fc61 (patch) | |
| tree | 6e33b039bbaabac779af9e4b2c520906c10ac60e /modules/darwin/homebrew.nix | |
| parent | 6b0c1b4661b894411c209323bdb86c9b21579e46 (diff) | |
| download | dotfiles-d6935d58ac79feba73c230d9cb5bde8ddbf6fc61.tar.gz dotfiles-d6935d58ac79feba73c230d9cb5bde8ddbf6fc61.zip | |
feat: add rustup, adobe lightroom, and testcontainers config
Diffstat (limited to 'modules/darwin/homebrew.nix')
| -rw-r--r-- | modules/darwin/homebrew.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index dd8b067..f52a472 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -54,6 +54,7 @@ "golangci-lint" "zig" "typst" + "rustup" # JavaScript runtimes and package managers "bun" @@ -170,6 +171,7 @@ masApps = { "Tailscale" = 1475387142; "Jojo" = 1659864300; + "Adobe Lightroom" = 1451544217; }; }; } |
