2025-01-11 19:52:15 +01:00

7 lines
149 B
Nix

{pkgs, ...}: {
personal.firefox = {
enable = true;
extraExtensions = with pkgs.nur.repos.rycee.firefox-addons; [keepassxc-browser];
};
}