firefox bookmarks
This commit is contained in:
parent
49b6f5bde0
commit
74a6785eb0
2 changed files with 39 additions and 28 deletions
|
|
@ -73,6 +73,7 @@ _: {
|
|||
"browser.tabs.closeWindowWithLastTab" = lock-false;
|
||||
"sidebar.position_start" = false; # sidebar on the right
|
||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||
"browser.toolbars.bookmarks.visibility" = "always";
|
||||
};
|
||||
|
||||
userChrome = builtins.readFile ./userChrome.css;
|
||||
|
|
@ -121,6 +122,12 @@ _: {
|
|||
keyword = "!no";
|
||||
url = "https://search.nixos.org/options?query=%s";
|
||||
}
|
||||
|
||||
# {
|
||||
# name = "bank";
|
||||
# toolbar = true;
|
||||
# url = "https://web.bunq.com/user";
|
||||
# }
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue