Update flake inputs ⬆️
This commit is contained in:
parent
d3092bed02
commit
d14076e46f
11 changed files with 46 additions and 48 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
let
|
||||
themeFile = config.lib.stylix.colors {
|
||||
template = builtins.readFile ./base16-stylix.mustache;
|
||||
template = ./base16-stylix.mustache;
|
||||
extension = ".tmTheme";
|
||||
};
|
||||
in
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
let
|
||||
style = config.lib.stylix.colors {
|
||||
template = builtins.readFile ./template.mustache;
|
||||
template = ./template.mustache;
|
||||
extension = "xml";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
let
|
||||
colors = config.lib.stylix.colors {
|
||||
template = builtins.readFile ./colors.mustache;
|
||||
template = ./colors.mustache;
|
||||
extension = "scss";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ let
|
|||
cfg = config.stylix.targets.gtk;
|
||||
|
||||
baseCss = config.lib.stylix.colors {
|
||||
template = builtins.readFile ./gtk.mustache;
|
||||
template = ./gtk.mustache;
|
||||
extension = "css";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ with config.stylix.fonts;
|
|||
|
||||
let
|
||||
themeFile = config.lib.stylix.colors {
|
||||
template = builtins.readFile ./template.mustache;
|
||||
template = ./template.mustache;
|
||||
extension = ".json";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue