11.stylix/stylix/templates.nix
Sergei Zimmerman 2f29ecd3e4
alacritty: replace base16-alacritty with a custom theme (#346)
Replaces mustache template with a theme specified using
Home Manager options. This removes the need for separate
templates for TOML and YAML formats.

The new colors better align with other terminal modules (e.g. wezterm),
and base24 schemes with bright- mnemonics are now supported.

Closes #341.
2024-04-22 14:17:05 +01:00

14 lines
207 B
Nix

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