mirror of
https://github.com/SikongJueluo/cc-utils.git
synced 2025-11-04 19:27:50 +08:00
14 lines
197 B
Nix
14 lines
197 B
Nix
{ pkgs, lib, config, inputs, ... }:
|
|
|
|
{
|
|
packages = with pkgs; [
|
|
pnpm
|
|
craftos-pc
|
|
qwen-code
|
|
gemini-cli
|
|
];
|
|
|
|
# https://devenv.sh/languages/
|
|
languages.typescript.enable = true;
|
|
}
|