modules.packages.firefox: fix nativeMessagingHosts

This commit is contained in:
陈浩南 2024-09-24 22:53:33 +08:00
parent a175f0b361
commit 7bf49c8180

View File

@ -24,7 +24,8 @@ inputs:
programs.firefox =
{
enable = true;
nativeMessagingHosts = with inputs.pkgs; [ plasma-browser-integration uget-integrator firefoxpwa ];
nativeMessagingHosts = with inputs.pkgs;
[ kdePackages.plasma-browser-integration uget-integrator firefoxpwa ];
# TODO: use fixed-version of plugins
policies.DefaultDownloadDirectory = "\${home}/Downloads";
profiles.default =