feat(crumb): Configure Firefox

- Set search engines.
- Install extensions
- Set basic Firefox settings.
- Bump home-manager to use updated `programs.firefox` API.  Namely,
  `programs.firefox.profiles.NAME.extensions`.
This commit is contained in:
Madeleine Sydney
2025-03-04 03:10:59 -07:00
parent 3603bea1c7
commit 04a23ded90
3 changed files with 199 additions and 7 deletions

View File

@@ -12,6 +12,11 @@
sops-nix.url = "github:Mic92/sops-nix";
sydnix-cli.url = "path:///persist/dots/scripts/sydnix-cli";
copyparty.url = "github:9001/copyparty";
# Used for Firefox extensions/addons.
nur = {
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { nixpkgs, ... }@inputs: