11.stylix/stylix/templates.nix
Bernardo Meurer b42555850b
Move all templates into flake inputs (#165)
This reduces our reliance on import-from-derivation, so evaluation is faster.
2023-10-10 10:44:54 +01:00

15 lines
236 B
Nix

inputs:
{
config.lib.stylix.templates = {
inherit (inputs)
base16-alacritty
base16-fish
base16-foot
base16-helix
base16-kitty
base16-tmux
base16-vim
base16-xresources
;
};
}