6 lines
No EOL
77 B
Nix
6 lines
No EOL
77 B
Nix
{ config, pkgs, ...}:
|
|
{
|
|
home.packages = with pkgs; [
|
|
claude-code
|
|
];
|
|
} |