fixes for a running system
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
# See https://github.com/nix-community/home-manager/blob/master/modules/programs/browserpass.nix for a reference
|
||||
{pkgs, ...}:
|
||||
{
|
||||
programs.firefox = {
|
||||
@@ -44,12 +43,12 @@
|
||||
"dom.security.https_only_mode" = true;
|
||||
};
|
||||
|
||||
# Extensions
|
||||
extensions = with pkgs.inputs.firefox-addons; [
|
||||
ublock-origin
|
||||
keepassxc-browser
|
||||
ghostery
|
||||
];
|
||||
# # Extensions
|
||||
# extensions = with pkgs.inputs.firefox-addons; [
|
||||
# ublock-origin
|
||||
# keepassxc-browser
|
||||
# ghostery
|
||||
# ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user