This commit is contained in:
Miguel Palhas
2024-10-06 18:27:35 +01:00
parent 1caba0f480
commit 31bbf3d306
3 changed files with 81 additions and 24 deletions
+7 -6
View File
@@ -1,23 +1,24 @@
{ pkgs, ... }:
{ pkgs, inputs, ... }:
{
programs.firefox = {
enable = true;
package = pkgs.firefox-devedition.override {
package = pkgs.firefox.override {
cfg.enableTridactylNative = true;
};
nativeMessagingHosts.packages = [ pkgs.tridactyl-native ];
policies = {
DefaultDownloadDirectory = "$HOME/downloads/firefox";
};
profiles = {
personal = {
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
extensions = with inputs.firefox-addons; [
# privacy
clearurls
# clearurls
decentraleyes
# content/ad blocking
ublock-origi
ublock-origin
# quality of life
no-pdf-download
@@ -29,7 +30,7 @@
# manual use
tridactyl
bitwarden-password-manager
bitwarden
];
settings = {
# Performance settings