only flatpak sandboxed firefox
This commit is contained in:
parent
96fb661610
commit
716b4f3a49
1 changed files with 0 additions and 8 deletions
|
@ -477,11 +477,6 @@ in
|
||||||
profile = "${pkgs.firejail}/etc/firejail/chromium.profile";
|
profile = "${pkgs.firejail}/etc/firejail/chromium.profile";
|
||||||
};
|
};
|
||||||
|
|
||||||
firefox = {
|
|
||||||
executable = "${pkgs.lib.getBin pkgs.firefox}/bin/firefox";
|
|
||||||
profile = "${pkgs.firejail}/etc/firejail/firefox.profile";
|
|
||||||
};
|
|
||||||
|
|
||||||
retroarch = {
|
retroarch = {
|
||||||
executable = "${retroarchWithCores}/bin/retroarch";
|
executable = "${retroarchWithCores}/bin/retroarch";
|
||||||
profile = "${pkgs.firejail}/etc/firejail/retroarch.profile";
|
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
|
# chromium needs programs.firefox.enable here and systemPackages entry to have icon and work
|
||||||
programs.chromium.enable = true;
|
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.
|
# we want git with LFS support and Co.
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue