diff options
| author | Fuwn <[email protected]> | 2025-03-03 22:43:41 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-03 22:43:41 -0800 |
| commit | bc85f949fbdae13ca77fbca1ac7e3b8f84af8877 (patch) | |
| tree | 4905375002376444894db3b47d122188755f2c64 /modules/mac/programs | |
| parent | Nara: Update MAS apps (diff) | |
| download | nixos-config-bc85f949fbdae13ca77fbca1ac7e3b8f84af8877.tar.xz nixos-config-bc85f949fbdae13ca77fbca1ac7e3b8f84af8877.zip | |
Nara: Add Thonny cask
Diffstat (limited to 'modules/mac/programs')
| -rw-r--r-- | modules/mac/programs/homebrew/casks.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/casks.nix b/modules/mac/programs/homebrew/casks.nix index ae77b79..74ac898 100644 --- a/modules/mac/programs/homebrew/casks.nix +++ b/modules/mac/programs/homebrew/casks.nix @@ -94,5 +94,6 @@ "sublime-text" "serial" "nvidia-geforce-now" + "thonny" ]; } |