mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Extract theming from the de configuration
This commit is contained in:
parent
73afff8799
commit
10bb7b5c31
10 changed files with 10 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue