rin/packages: add bitwarden messaginghost to firefox
This commit is contained in:
parent
c54fa3c517
commit
b310b4e691
1 changed files with 4 additions and 1 deletions
|
|
@ -7,7 +7,10 @@ let
|
||||||
aspnetcore_9_0-bin
|
aspnetcore_9_0-bin
|
||||||
]);
|
]);
|
||||||
in {
|
in {
|
||||||
programs.firefox.enable = true;
|
programs.firefox = {
|
||||||
|
enable = true;
|
||||||
|
nativeMessagingHosts = [ pkgs.bitwarden-desktop ];
|
||||||
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
dconf
|
dconf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue