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