diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2026-03-30 21:12:58 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2026-03-30 21:14:26 +0200 |
| commit | d2d9ebf00615126e8d6057cc059909bbd26e11d0 (patch) | |
| tree | e2953710ca0b64b4def31d69da257cca7824988d /modules | |
| parent | 566b26ae0974c5c8663ac9326bafc2f57e57b2e3 (diff) | |
| download | dotfiles-d2d9ebf00615126e8d6057cc059909bbd26e11d0.tar.gz dotfiles-d2d9ebf00615126e8d6057cc059909bbd26e11d0.zip | |
Use opencode
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/darwin/homebrew.nix | 2 | ||||
| -rw-r--r-- | modules/home/default.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index 38ef124..dd54571 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -123,8 +123,6 @@ "starship" "gh" "htop" - "opencode" - "pre-commit" # HTTP and web servers "caddy" diff --git a/modules/home/default.nix b/modules/home/default.nix index 13d72b8..3ab9f5e 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -41,6 +41,8 @@ tree twm yq + opencode + pre-commit ]; programs.go.enable = true; |
