feat: added user2 and refactored to accommodate

This commit is contained in:
Nick 2025-01-28 20:45:11 -06:00
parent c169f84dcc
commit 9cdcf4fec4
97 changed files with 1473 additions and 1052 deletions

View file

@ -2,16 +2,16 @@
let
inherit (flake.config.aesthetics.themes)
currentTheme
currentThemes
palettes
font
fonts
;
el = palettes.${currentTheme}.colours;
el = palettes.${currentThemes.theme0}.colours;
custom = {
font = font.name;
font_size = "${builtins.toString font.size.desktop}px";
font = fonts.names.name0;
font_size = "${builtins.toString fonts.sizes.desktop.size0}px";
font_weight = "bold";
opacityBg = "0.90";
opacityBt = "1";