Files
2026-04-03 21:47:06 +08:00

8 lines
108 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
# 更新太慢了, 不用 nix 管了
# codex
];
}