Move DE utility modules to deUtils namespace

This commit is contained in:
SebastianStork 2025-03-08 20:52:53 +01:00
parent 7e0677ce7d
commit 84be6ec469
19 changed files with 29 additions and 29 deletions

View file

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