chore(nix/floorp): Default settings
This commit is contained in:
parent
233f9e76a3
commit
b06175839d
1 changed files with 9 additions and 0 deletions
|
@ -7,6 +7,15 @@
|
||||||
package = null; # we only want the config
|
package = null; # we only want the config
|
||||||
profiles.${vars.name} = {
|
profiles.${vars.name} = {
|
||||||
userChrome = builtins.readFile ../../files/floorp/userChrome.css;
|
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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue