fix(firefox): disable content sandbox
This commit is contained in:
parent
fc2d8be960
commit
cf2a1d6497
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# FIXME: https://github.com/NixOS/nixpkgs/issues/167785
|
||||||
|
home.sessionVariables.MOZ_DISABLE_CONTENT_SANDBOX = "1";
|
||||||
|
|
||||||
home.packages = with pkgs; lib.flatten [
|
home.packages = with pkgs; lib.flatten [
|
||||||
ncdu
|
ncdu
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue