feat(nix): add opencode to HALO and AMD system packages
- Included `opencode` in the `packages` list for both HALO and AMD system configurations. - Improves development environment by providing additional tooling.
This commit is contained in:
parent
f9e621eaae
commit
58a0abf24d
2 changed files with 2 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ with lib.metacfg;
|
||||||
uv
|
uv
|
||||||
vscode
|
vscode
|
||||||
cider-2
|
cider-2
|
||||||
|
opencode
|
||||||
];
|
];
|
||||||
|
|
||||||
# zram swap with zstd compression for better performance
|
# zram swap with zstd compression for better performance
|
||||||
|
|
|
||||||
|
|
@ -123,6 +123,7 @@ with lib.metacfg;
|
||||||
uv
|
uv
|
||||||
vscode
|
vscode
|
||||||
cider-2
|
cider-2
|
||||||
|
opencode
|
||||||
];
|
];
|
||||||
|
|
||||||
# zram swap with zstd compression for better performance
|
# zram swap with zstd compression for better performance
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue