chore(nix/zen): Use compact view by default
This commit is contained in:
parent
a17032a2b2
commit
21cb988700
1 changed files with 9 additions and 1 deletions
|
@ -18,6 +18,9 @@ let
|
|||
"floorp.verticaltab.hover.enabled" = true;
|
||||
"floorp.tabbar.style" = 2;
|
||||
};
|
||||
settings-ff-zen = settings-ff-common // {
|
||||
"zen.view.compact" = true;
|
||||
};
|
||||
extensions-ff-common = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
# AdBlocker
|
||||
ublock-origin
|
||||
|
@ -54,7 +57,12 @@ in {
|
|||
};
|
||||
|
||||
programs.zen.profiles.${username} = {
|
||||
settings = settings-ff-common;
|
||||
settings = settings-ff-zen;
|
||||
extensions = extensions-ff-common;
|
||||
};
|
||||
programs.zen.profiles.null = {
|
||||
id = 1;
|
||||
settings = settings-ff-zen;
|
||||
extensions = extensions-ff-common;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue