2023-01-30 21:56:57 +00:00
|
|
|
{ pkgs, config }:
|
|
|
|
|
|
|
|
let
|
|
|
|
theme = config.lib.stylix.colors {
|
2023-10-10 09:44:54 +00:00
|
|
|
templateRepo = config.lib.stylix.templates.base16-fish;
|
2023-01-30 21:56:57 +00:00
|
|
|
};
|
|
|
|
in ''
|
|
|
|
source ${theme}
|
|
|
|
base16-${config.lib.stylix.colors.slug}
|
|
|
|
''
|