feat: configure zen browser to use vertical tab bar on the right

This commit is contained in:
wi11-holdsworth 2025-10-20 14:33:52 +11:00
parent 4a1475437b
commit d893750c09

View file

@ -8,8 +8,15 @@ let
in in
{ {
config = lib.mkIf config.${feature}.enable { config = lib.mkIf config.${feature}.enable {
programs.zen-browser = { programs.zen-browser =
let
profileName = "fmnikwnj.Default Profile";
in
{
enable = true; enable = true;
profiles.${profileName}.settings = {
zen.tabs.vertical.right-side = true;
};
policies = policies =
let let
mkLockedAttrs = builtins.mapAttrs ( mkLockedAttrs = builtins.mapAttrs (