fix README.md connot show <nixpkgs>

This commit is contained in:
ulic-youthlic 2025-01-17 17:16:14 +08:00
parent e0f4d6651c
commit b8818a8c8b
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -22,8 +22,8 @@ Hey, you. This is my nixos configurations.
| `outputs` field | description | source |
| ----------------------------------------- | --------------------------------------------------------------------------- | ---------------------------------------- |
| `packages` | packages imported or wrapped from elsewhere | ./pkgs |
| `overlays.modifications` | the overlays modify <nixpkgs> | ./overlays/modifications |
| `overlays.additions` | the ovelrays add packages in <nixpkgs> | ./overlays/additions |
| `overlays.modifications` | the overlays modify `<nixpkgs>` | ./overlays/modifications |
| `overlays.additions` | the ovelrays add packages in `<nixpkgs>` | ./overlays/additions |
| `nixosModules.default` | nixos modules shared on different nixos machines | ./nixos/modules |
| `nixosConfigurations.${machine}` | machine-local nixos config | ./nixos/configurations/${machine} |
| `homeManagerModules.default` | home-manager modules shared between different user and machine combinations | ./home/modules |