diff options
| author | Fuwn <[email protected]> | 2025-04-30 23:43:24 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-04-30 23:43:24 -0700 |
| commit | a51abbab046398f3e33489f6c591026d2b3137eb (patch) | |
| tree | 6bc9c751282110934d268f2b1d21fe6711c0ead2 /modules/mac | |
| parent | Nara: Add yabai and skhd brews (diff) | |
| download | nixos-config-a51abbab046398f3e33489f6c591026d2b3137eb.tar.xz nixos-config-a51abbab046398f3e33489f6c591026d2b3137eb.zip | |
Nara: Add HTTPie Desktop and CLI
Diffstat (limited to 'modules/mac')
| -rw-r--r-- | modules/mac/programs/homebrew/brews.nix | 1 | ||||
| -rw-r--r-- | modules/mac/programs/homebrew/casks/development.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/brews.nix b/modules/mac/programs/homebrew/brews.nix index 45e6082..9c9a935 100644 --- a/modules/mac/programs/homebrew/brews.nix +++ b/modules/mac/programs/homebrew/brews.nix @@ -29,5 +29,6 @@ "ninja" "koekeishiya/formulae/yabai" "koekeishiya/formulae/skhd" + "httpie" ]; } diff --git a/modules/mac/programs/homebrew/casks/development.nix b/modules/mac/programs/homebrew/casks/development.nix index fb3c628..2c05e70 100644 --- a/modules/mac/programs/homebrew/casks/development.nix +++ b/modules/mac/programs/homebrew/casks/development.nix @@ -24,5 +24,6 @@ "thonny" "visual-studio-code" "virtual-ii" + "httpie" ]; } |