I hate absolute paths
This commit is contained in:
@@ -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";
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user