docs: clarify editor configuration comments

Add descriptive comments explaining overlay usage and package section purpose
This commit is contained in:
♥ Minnie ♥ 2025-09-30 16:10:37 +08:00
parent 696112f7cf
commit b4261d8a11
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -4,6 +4,12 @@
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;
[
# Toolchains