Files
garandos/modules/core/packages/default.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

15 lines
226 B
Nix

{ ... }:
{
nixpkgs.config.allowUnfree = true;
imports = [
./programs.nix
./clients.nix
./development.nix
./gaming.nix
./multimedia.nix
./terminal.nix
./tools.nix
./virtualization.nix
];
}