Rebuild files to introduce flakeRoot to prevent confudion about deep relative paths like ../../../../../

This commit is contained in:
2026-03-07 16:09:06 +01:00
parent 8a5252eba4
commit d0334a0dcf
3 changed files with 305 additions and 305 deletions
+1 -1
View File
@@ -398,7 +398,7 @@ The Nix flake definition for Droidnix.
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.extraSpecialArgs = { inherit user inputs; };
home-manager.extraSpecialArgs = { inherit user inputs; flakeRoot = ./.; };
}
inputs.catppuccin.nixosModules.catppuccin