feat: configure zen browser to use vertical tab bar on the right
This commit is contained in:
parent
4a1475437b
commit
d893750c09
1 changed files with 64 additions and 57 deletions
|
|
@ -8,8 +8,15 @@ let
|
|||
in
|
||||
{
|
||||
config = lib.mkIf config.${feature}.enable {
|
||||
programs.zen-browser = {
|
||||
programs.zen-browser =
|
||||
let
|
||||
profileName = "fmnikwnj.Default Profile";
|
||||
in
|
||||
{
|
||||
enable = true;
|
||||
profiles.${profileName}.settings = {
|
||||
zen.tabs.vertical.right-side = true;
|
||||
};
|
||||
policies =
|
||||
let
|
||||
mkLockedAttrs = builtins.mapAttrs (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue