firefox: add extensions from nur

This commit is contained in:
Jez Cope 2020-11-21 15:33:11 +00:00
parent 58b3f6d4c0
commit e63ec350fe
2 changed files with 26 additions and 0 deletions

View File

@ -23,6 +23,12 @@ in
nixpkgs.config = {
allowUnfree = true;
joypixels.acceptLicense = true;
packageOverrides = pkgs: {
nur = import (builtins.fetchTarball
"https://github.com/nix-community/NUR/archive/master.tar.gz") {
inherit pkgs;
};
};
};
# Kernel ###################################################################

View File

@ -3,7 +3,27 @@
{
programs.firefox = {
enable = true;
enableGnomeExtensions = true;
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
# Password management
lastpass-password-manager
gopass-bridge
# Privacy
https-everywhere
decentraleyes
ublock-origin
privacy-badger
privacy-possum
facebook-container
multi-account-containers
# Appearance
darkreader
firefox-color
stylus
];
profiles.default = {
settings = {