Rebuild files to add generated/top.nix to flake modules

This commit is contained in:
2026-03-07 15:18:11 +01:00
parent f7a575b24d
commit 5e73915a1f
3 changed files with 299 additions and 290 deletions
+3
View File
@@ -401,6 +401,9 @@ The Nix flake definition for Droidnix.
home-manager.extraSpecialArgs = { inherit user inputs; };
}
inputs.catppuccin.nixosModules.catppuccin
# Let's start importing the whole generated tree
./generated/top.nix
];
specialArgs = { inherit user inputs; };
}