This commit is contained in:
2026-05-11 13:54:19 -03:00
parent c337609418
commit 4eff158ea4
5 changed files with 89 additions and 34 deletions
+3 -10
View File
@@ -41,21 +41,14 @@
DontCheckDefaultBrowser = true;
HardwareAcceleration = false;
OfferToSaveLogins = false;
DefaultDownloadDirectory = "${home}/Downloads";
};
# Extensions
extensions = with config.nur.repos.rycee.firefox-addons; [
ublock-origin
bitwarden
dark-reader
bing-automator
];
configPath = "${config.xdg.configHome}/mozilla/firefox";
profiles.default = {
# Extensions
search = {
force = true;
default = "google";
+2 -1
View File
@@ -70,6 +70,7 @@
];
imports = [
./firefox.nix
#./firefox.nix
inputs.nur.modules.homeManager.default
];
}