fix(docs): don't use relative links
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
a01d2f9668
commit
7e10374dec
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
This repo is my complete configuration of machines I own,
|
This repo is my complete configuration of machines I own,
|
||||||
running NixOS or Nix. I tend to mix Home-Manager and NixOS
|
running NixOS or Nix. I tend to mix Home-Manager and NixOS
|
||||||
a lot to make my custom modules by using my global vars system
|
a lot to make my custom modules by using my global vars system
|
||||||
explained [here](./devices)
|
explained [here](https://git.nelim.org/matt1432/nixos-configs/src/branch/master/devices)
|
||||||
|
|
||||||
For QOL, I symlink the configs to my main user's home
|
For QOL, I symlink the configs to my main user's home
|
||||||
directory following the tutorial [here](https://nixos.wiki/wiki/NixOS_configuration_editors)
|
directory following the tutorial [here](https://nixos.wiki/wiki/NixOS_configuration_editors)
|
||||||
|
|
|
@ -15,7 +15,7 @@ This directory encompasses every device's main configuration file.
|
||||||
|
|
||||||
## Global Vars
|
## Global Vars
|
||||||
|
|
||||||
In every device's `default.nix`, you'll find these [settings](../common/vars.nix)
|
In every device's `default.nix`, you'll find these [settings](https://git.nelim.org/matt1432/nixos-configs/src/branch/master/common/vars.nix)
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
# $FLAKE/devices/<name>/default.nix
|
# $FLAKE/devices/<name>/default.nix
|
||||||
|
|
Loading…
Reference in a new issue