feat(firefox): remove native tabs
This commit is contained in:
parent
fe85980e8a
commit
a5b3ff029a
1 changed files with 9 additions and 0 deletions
|
@ -12,6 +12,15 @@ lib.mkIf osConfig.programs.firefox.enable {
|
||||||
profiles.ny = {
|
profiles.ny = {
|
||||||
name = "ny";
|
name = "ny";
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
|
userChrome = ''
|
||||||
|
/* hides the native tabs */
|
||||||
|
#TabsToolbar {
|
||||||
|
visibility: collapse;
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
settings = {
|
||||||
|
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||||
|
};
|
||||||
search = {
|
search = {
|
||||||
default = "DuckDuckGo";
|
default = "DuckDuckGo";
|
||||||
force = true;
|
force = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue