only flatpak sandboxed firefox

This commit is contained in:
Christoph Cullmann 2025-04-01 00:08:31 +02:00
parent 96fb661610
commit 716b4f3a49
No known key found for this signature in database

View file

@ -477,11 +477,6 @@ in
profile = "${pkgs.firejail}/etc/firejail/chromium.profile";
};
firefox = {
executable = "${pkgs.lib.getBin pkgs.firefox}/bin/firefox";
profile = "${pkgs.firejail}/etc/firejail/firefox.profile";
};
retroarch = {
executable = "${retroarchWithCores}/bin/retroarch";
profile = "${pkgs.firejail}/etc/firejail/retroarch.profile";
@ -492,9 +487,6 @@ in
# chromium needs programs.firefox.enable here and systemPackages entry to have icon and work
programs.chromium.enable = true;
# firefox needs programs.firefox.enable here but no systemPackages entry to have icon and work
programs.firefox.enable = true;
# we want git with LFS support and Co.
programs.git = {
enable = true;