Skip to content

Commit

Permalink
docs: fix link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Oct 17, 2024
1 parent c8ba53c commit 7e44227
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ nix build github:r17x/universe#darwinConfigurations.$HOSTNAME.system -o /tmp/res
```

> [!NOTE]
> `$HOSTNAME` is only available by [hosts definitions](./nix/hosts/default.nix#L82:L83)
> `$HOSTNAME` is only available by [hosts definitions](./nix/hosts/default.nix#L107:L108)
## `Alias` Command List

Expand Down
6 changes: 3 additions & 3 deletions nvim.nix/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Neovim over Nix

I manage and write Neovim configurations in Nix using Nixvim
I manage and write Neovim configurations in Nix using [Nixvim](https://nix-community.github.io/nixvim/)

## Configuring

Expand All @@ -13,9 +13,9 @@ If you add a new configuration file, remember to add it to the
To test your configuration simply run the following command

```bash
nix run .
nix run .#nvim

# OR

nix run github:r17x/nvim.nix
nix run github:r17x/universe#nvim
```

0 comments on commit 7e44227

Please sign in to comment.