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:
parent
6eea250b10
commit
3fce9fb038
17 changed files with 24 additions and 32 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue