mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
Try removing useHardenedMalloc
This commit is contained in:
parent
f9213401d1
commit
0c7ccba869
1 changed files with 1 additions and 4 deletions
|
|
@ -11,10 +11,7 @@ in
|
|||
programs.chromium.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
(tor-browser-bundle-bin.override {
|
||||
useHardenedMalloc = false; # NixOS bug requires this
|
||||
})
|
||||
vieb
|
||||
tor-browser vieb
|
||||
];
|
||||
home.file.".config/Vieb/viebrc".source = ./config/viebrc;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue