plasma: integrate firefox

This commit is contained in:
Grisha Shipunov 2025-06-11 11:05:04 +02:00
parent fa39e47fef
commit 64269a8982
2 changed files with 4 additions and 1 deletions

View file

@ -36,4 +36,7 @@
};
services.desktopManager.plasma6.enable = true;
programs.firefox.nativeMessagingHosts.packages = with pkgs.kdePackages; [
plasma-browser-integration
];
}