docs: clarify editor configuration comments
Add descriptive comments explaining overlay usage and package section purpose
This commit is contained in:
parent
696112f7cf
commit
b4261d8a11
1 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,12 @@
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
# Add claude-code overlay to make the package available
|
||||||
|
nixpkgs.overlays = [
|
||||||
|
inputs.claude-code.overlays.default
|
||||||
|
];
|
||||||
|
|
||||||
|
# Development tools and editors
|
||||||
home.packages = with pkgs;
|
home.packages = with pkgs;
|
||||||
[
|
[
|
||||||
# Toolchains
|
# Toolchains
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue