15 lines
236 B
Nix
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
|
|
;
|
|
};
|
|
}
|