added nur + firefox extensions

This commit is contained in:
Bryan Ramos 2024-11-05 04:30:30 -05:00
parent 2e86d600ea
commit 253b716ff8
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
3 changed files with 32 additions and 2 deletions

View file

@ -300,6 +300,14 @@ in
"media.videocontrols.picture-in-picture.enabled" = false;
};
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
ublock-origin
vimium
#darkreader
greasemonkey
clearurls
];
};
};
};