I hate absolute paths

This commit is contained in:
2024-10-02 13:16:58 -05:00
parent 51bb2fb10b
commit 91dc63a8d6
2 changed files with 8 additions and 38 deletions

View File

@@ -8,11 +8,9 @@
home-manager.url = "github:nix-community/home-manager/release-24.05";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
nathan.url = "path:/home/nathan/.nixos/home";
nathan.url = "./home";
root.url = "path:/root/.nixos";
system.url = "path:/home/nathan/.nixos/system";
system.url = "./system";
};