diff --git a/README.md b/README.md index 51453d2..7531d9e 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/devices/README.md b/devices/README.md index 15fdd20..0660098 100644 --- a/devices/README.md +++ b/devices/README.md @@ -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//default.nix