{
pkgs,
...
}:
home-manager.users.kalle.programs.firefox = {
enable = true;
nativeMessagingHosts = [ pkgs.plasma-browser-integration ];
};
}