fix: integrate keepassxc browser on all firefox-based browsers
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
{ config, lib, inputs, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
config = lib.mkIf (config.browser.primary == "firefox" || config.browser.secondary == "firefox") {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
}
|
||||
// (import ./firefox-base.nix { inherit inputs pkgs; });
|
||||
// (import ./firefox-base.nix { inherit config inputs pkgs; });
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user