Variablize username more

This commit is contained in:
Jimbo 2025-01-03 17:52:33 -05:00
parent 33236aedc6
commit ea3a6db5af
39 changed files with 93 additions and 102 deletions

View file

@ -5,7 +5,7 @@ let
--tab-font: '${config.look.fonts.main}';
--urlbar-font: '${config.look.fonts.main}';
'';
themeJim = ''
themeMain = ''
:root {
--tab-active-bg-color: #${config.look.colors.prime};
--tab-hover-bg-color: #${config.look.colors.accent};
@ -114,8 +114,8 @@ in {
};
commonBookmarks = [
{
name = "Jimbo";
url = "https://jimbosfiles.com";
name = "NixFox";
url = "https://nixfox.ca";
}
{
name = "Corn";
@ -252,7 +252,7 @@ in {
bookmarks = commonBookmarks;
settings = commonSettings;
userChrome = ''
${themeJim}
${themeMain}
${themeFont}
${builtins.readFile ./quteFox.css}
'';