From b8818a8c8b297f556444405a9da25e136e9b8c26 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Fri, 17 Jan 2025 17:16:14 +0800 Subject: [PATCH] fix README.md connot show --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a59fc1..f01c08b 100644 --- a/README.md +++ b/README.md @@ -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 | ./overlays/modifications | -| `overlays.additions` | the ovelrays add packages in | ./overlays/additions | +| `overlays.modifications` | the overlays modify `` | ./overlays/modifications | +| `overlays.additions` | the ovelrays add packages in `` | ./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 |