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

@ -1,5 +1,6 @@
let
currentTheme = catppuccin-mocha;
currentTheme0 = catppuccin-mocha;
currentTheme1 = catppuccin-macchiato;
brogrammer = "brogrammer";
catppuccin-frappe = "catppuccin-frappe";
@ -22,20 +23,35 @@ let
in
{
themes = {
currentTheme = currentTheme;
currentThemes = {
theme0 = currentTheme0;
};
cursor = {
name = "";
size = 18;
};
font = {
name = "MonaspiceRn Nerd Font";
size = {
applications = 14;
desktop = 12;
popups = 10;
terminal = 10;
fonts = {
names = {
name0 = "MonaspiceRn Nerd Font";
name1 = "";
};
sizes = {
applications = {
size0 = 14;
size1 = 14;
};
desktop = {
size0 = 12;
size1 = 12;
};
popups = {
size0 = 10;
size1 = 10;
};
terminal = {
size0 = 10;
size1 = 10;
};
};
};
palettes =