fix: integrate keepassxc browser on all firefox-based browsers

This commit is contained in:
2026-02-03 19:40:35 +01:00
committed by Hektor Misplon
parent dd7bc3193d
commit 09909cbe42
4 changed files with 27 additions and 9 deletions

View File

@@ -1,4 +1,10 @@
{ config, lib, inputs, pkgs, ... }:
{
config,
lib,
inputs,
pkgs,
...
}:
{
config =
@@ -7,6 +13,6 @@
programs.librewolf = {
enable = true;
}
// (import ./firefox-base.nix { inherit inputs pkgs; });
// (import ./firefox-base.nix { inherit config inputs pkgs; });
};
}