Extensions

This commit is contained in:
Patrick Menking 2024-09-18 07:25:42 -04:00
parent a66e1e2789
commit 0fb27c7daf

View file

@ -276,6 +276,11 @@
OfferToSaveLogins = false;
PasswordManagerEnabled = false;
};
profiles.crow.extensions = with pkgs.nur.repos.rycee.firefox-addons; [
ublock-origin
bitwarden
vimium
];
};
};
}