chore(nix/floorp): Default settings

This commit is contained in:
Ahmad Ansori Palembani 2024-10-26 08:58:22 +07:00
parent 233f9e76a3
commit b06175839d
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -7,6 +7,15 @@
package = null; # we only want the config
profiles.${vars.name} = {
userChrome = builtins.readFile ../../files/floorp/userChrome.css;
settings = {
"browser.toolbars.bookmarks.visibility" = "newtab";
"floorp.browser.sidebar.is.displayed" = false;
"floorp.browser.tabbar.settings" = 2;
"floorp.browser.tabs.verticaltab" = true;
"floorp.browser.tabs.verticaltab.width" = 208;
"floorp.verticaltab.hover.enabled" = true;
"floorp.tabbar.style" = 2;
};
};
};
}