treewide: propagate inputs and remove templates (#926)

Closes: https://github.com/danth/stylix/issues/238
Link: https://github.com/danth/stylix/pull/926

Reviewed-by: Daniel Thwaites <danth@danth.me>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
Flameopathic 2025-03-09 10:46:36 -04:00 committed by GitHub
parent 6eea250b10
commit 3fce9fb038
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 24 additions and 32 deletions

View file

@ -219,6 +219,7 @@
(import ./stylix/nixos inputs)
{
stylix = {
inherit inputs;
paletteGenerator = self.packages.${pkgs.system}.palette-generator;
base16 = base16.lib args;
homeManagerIntegration.module = self.homeManagerModules.stylix;
@ -234,6 +235,7 @@
(import ./stylix/hm inputs)
{
stylix = {
inherit inputs;
paletteGenerator = self.packages.${pkgs.system}.palette-generator;
base16 = base16.lib args;
};
@ -248,6 +250,7 @@
(import ./stylix/darwin inputs)
{
stylix = {
inherit inputs;
paletteGenerator = self.packages.${pkgs.system}.palette-generator;
base16 = base16.lib args;
homeManagerIntegration.module = self.homeManagerModules.stylix;