add browserpass

This commit is contained in:
illustris 2022-09-01 19:40:12 +05:30
parent a505cebc2c
commit ae6fcee1f5

View File

@ -1,6 +1,7 @@
{ pkgs, ... }:
{
programs.browserpass.enable = true;
programs.chromium = {
enable = true;
extensions = [
@ -13,6 +14,7 @@
"chlffgpmiacpedhhbkiomidkjlcfhogd" # pushbullet
"aghfnjkcakhmadgdomlmlhhaocbkloab" # just black
"fmkadmapgofadopljbjfkapdkoienihi" # React Developer Tools
"naepdomgkenhinolocfifgehidddafch" # Browserpass
];
homepageLocation = "https://sx.illustris.tech/";
defaultSearchProviderSuggestURL = "https://sx.illustris.tech/autocompleter?q={searchTerms}";