Files
garandos/modules/core/packages/development.nix
GarandPLG 2be712393f Update flake.lock and add Cerebras LLM to Zed
Uncomment development package imports and include the `opencode` tool in
both system and Zed packages. Update librewolf’s search URL template and
refresh locked revisions, hashes, and timestamps in the flake.lock.
2025-11-23 00:07:46 +01:00

10 lines
136 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
# Learning & practice
exercism
# AI coding
opencode
];
}