fix: typo

This commit is contained in:
Ryan Yin
2024-03-13 16:03:50 +08:00
parent 714293a133
commit 5234fd7279
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ All the outputs of this flake are defined here.
└── x86_64-linux # All outputs for Linux x86_64 └── x86_64-linux # All outputs for Linux x86_64
├── default.nix ├── default.nix
├── src ├── src
│   ├── 12kindoms-shoukei.nix │   ├── 12kingdoms-shoukei.nix
│   ├── homelab-tailscale-gw.nix │   ├── homelab-tailscale-gw.nix
│   ├── idols-ai.nix │   ├── idols-ai.nix
│   ├── idols-aquamarine.nix │   ├── idols-aquamarine.nix

View File

@@ -24,7 +24,7 @@
# common # common
"home/linux/desktop.nix" "home/linux/desktop.nix"
# host specific # host specific
"hosts/12kindoms-${name}/home.nix" "hosts/12kingdoms-${name}/home.nix"
]; ];
}; };