Rebuild files to add generated/top.nix to flake modules
This commit is contained in:
+293
-290
File diff suppressed because it is too large
Load Diff
@@ -401,6 +401,9 @@ The Nix flake definition for Droidnix.
|
|||||||
home-manager.extraSpecialArgs = { inherit user inputs; };
|
home-manager.extraSpecialArgs = { inherit user inputs; };
|
||||||
}
|
}
|
||||||
inputs.catppuccin.nixosModules.catppuccin
|
inputs.catppuccin.nixosModules.catppuccin
|
||||||
|
|
||||||
|
# Let's start importing the whole generated tree
|
||||||
|
./generated/top.nix
|
||||||
];
|
];
|
||||||
specialArgs = { inherit user inputs; };
|
specialArgs = { inherit user inputs; };
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -58,6 +58,9 @@
|
|||||||
home-manager.extraSpecialArgs = { inherit user inputs; };
|
home-manager.extraSpecialArgs = { inherit user inputs; };
|
||||||
}
|
}
|
||||||
inputs.catppuccin.nixosModules.catppuccin
|
inputs.catppuccin.nixosModules.catppuccin
|
||||||
|
|
||||||
|
# Let's start importing the whole generated tree
|
||||||
|
./generated/top.nix
|
||||||
];
|
];
|
||||||
specialArgs = { inherit user inputs; };
|
specialArgs = { inherit user inputs; };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user