profile/desktop-apps: enable nativeMessagingHosts for firefox
Some checks failed
/ Build Nix targets (push) Has been cancelled

This commit is contained in:
Felix Buehler 2026-04-03 13:31:00 +02:00
parent 2ae06f4dec
commit 2406b3629a

View file

@ -14,7 +14,6 @@ in
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [
firefox
(gimp-with-plugins.override {
plugins = with gimpPlugins; [
resynthesizer
@ -47,6 +46,10 @@ in
];
programs = {
firefox = {
enable = true;
nativeMessagingHosts.packages = [ pkgs.keepassxc ];
};
wayvnc.enable = true;
wireshark = {
enable = true;