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

@ -2,7 +2,7 @@
let
theme = config.lib.stylix.colors {
templateRepo = config.lib.stylix.templates.tinted-tmux;
templateRepo = config.stylix.inputs.tinted-tmux;
target = "base16";
};