mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -05:00
firefox: optionally enable keepassxc nativemessaginghost
This commit is contained in:
parent
ca4c453a96
commit
2dc96a42af
|
@ -7,7 +7,7 @@
|
|||
config = lib.mkIf config.alyraffauf.apps.firefox.enable {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
# nativeMessagingHosts = lib.optionals (config.alyraffauf.apps.keepassxc.enable) [pkgs.keepassxc];
|
||||
nativeMessagingHosts = lib.optionals (config.alyraffauf.apps.keepassxc.enable) [pkgs.keepassxc];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue