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