fix(docs): don't use relative links
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-01-17 21:07:02 -05:00
parent a01d2f9668
commit 7e10374dec
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
This repo is my complete configuration of machines I own,
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
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
directory following the tutorial [here](https://nixos.wiki/wiki/NixOS_configuration_editors)

View file

@ -15,7 +15,7 @@ This directory encompasses every device's main configuration file.
## 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
# $FLAKE/devices/<name>/default.nix