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