add browserpass
This commit is contained in:
parent
31e0f38666
commit
46de5b015c
@ -1,6 +1,7 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
programs.browserpass.enable = true;
|
||||||
programs.chromium = {
|
programs.chromium = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extensions = [
|
extensions = [
|
||||||
@ -13,6 +14,7 @@
|
|||||||
"chlffgpmiacpedhhbkiomidkjlcfhogd" # pushbullet
|
"chlffgpmiacpedhhbkiomidkjlcfhogd" # pushbullet
|
||||||
"aghfnjkcakhmadgdomlmlhhaocbkloab" # just black
|
"aghfnjkcakhmadgdomlmlhhaocbkloab" # just black
|
||||||
"fmkadmapgofadopljbjfkapdkoienihi" # React Developer Tools
|
"fmkadmapgofadopljbjfkapdkoienihi" # React Developer Tools
|
||||||
|
"naepdomgkenhinolocfifgehidddafch" # Browserpass
|
||||||
];
|
];
|
||||||
homepageLocation = "https://sx.illustris.tech/";
|
homepageLocation = "https://sx.illustris.tech/";
|
||||||
defaultSearchProviderSuggestURL = "https://sx.illustris.tech/autocompleter?q={searchTerms}";
|
defaultSearchProviderSuggestURL = "https://sx.illustris.tech/autocompleter?q={searchTerms}";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user