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

@ -41,7 +41,7 @@
dark = "Gruvbox Dark Hard";
light = "GitHub Light";
}
.${config.myConfig.de.theme};
.${config.myConfig.theme};
"workbench.iconTheme" = "material-icon-theme";
"editor.fontFamily" = "JetBrainsMono Nerd Font";
"explorer.confirmDelete" = false;