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

@ -10,7 +10,6 @@
discord discord
element-desktop element-desktop
ffmpeg-full ffmpeg-full
firefox
ghostty ghostty
gimp gimp
inkscape inkscape
@ -26,4 +25,5 @@
yt-dlp yt-dlp
]; ];
programs.steam.enable = true; programs.steam.enable = true;
programs.firefox.enable = true;
} }

View file

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