Extract theming from the de configuration

This commit is contained in:
SebastianStork 2024-05-28 20:55:16 +02:00
parent 73afff8799
commit 10bb7b5c31
10 changed files with 10 additions and 17 deletions

View file

@ -84,7 +84,7 @@
dark = "";
light = "GitHub";
}
.${config.myConfig.de.theme};
.${config.myConfig.theme};
in
{
cat = "bat --plain --theme=${theme}";