fixes for a running system

This commit is contained in:
2024-08-29 21:31:51 +02:00
parent 230144c3b9
commit 90d308ec7d
10 changed files with 47 additions and 46 deletions

View File

@@ -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
# ];
};
};
}