49 lines
1.3 KiB
Nix
49 lines
1.3 KiB
Nix
{
|
|
textfox = {
|
|
enable = true;
|
|
profiles = ["hakase" "web-app"];
|
|
config = {
|
|
# background = {
|
|
# color = "#123456";
|
|
# };
|
|
# border = {
|
|
# color = "#654321";
|
|
# width = "4px";
|
|
# transition = "1.0s ease";
|
|
# radius = "3px";
|
|
# };
|
|
# displayWindowControls = true;
|
|
# displayNavButtons = true;
|
|
# displayUrlbarIcons = true;
|
|
# displaySidebarTools = false;
|
|
displayTitles = true;
|
|
# newtabLogo = " __ __ ____ \A / /____ _ __/ /_/ __/___ _ __\A / __/ _ \\| |/_/ __/ /_/ __ \\| |/_/\A / /_/ __/> </ /_/ __/ /_/ /> < \A \\__/\\___/_/|_|\\__/_/ \\____/_/|_| ";
|
|
# font = {
|
|
# family = "Fira Code";
|
|
# size = "15px";
|
|
# accent = "#654321";
|
|
# };
|
|
tabs = {
|
|
horizontal.enable = false;
|
|
# horizontal.enable = true;
|
|
# vertical.enable = true;
|
|
# vertical.margin = "1.0rem";
|
|
};
|
|
# navbar = {
|
|
# margin = "8px 8px 2px";
|
|
# padding = "4px";
|
|
# };
|
|
bookmarks = {
|
|
alignment = "left";
|
|
};
|
|
# icons = {
|
|
# toolbar.extensions.enable = true;
|
|
# context.extensions.enable = true;
|
|
# context.firefox.enable = true;
|
|
# };
|
|
# textTransform = "uppercase";
|
|
# extraConfig = "/* custom css here */";
|
|
};
|
|
};
|
|
}
|