mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -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;
|
programs.chromium.enable = true;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
(tor-browser-bundle-bin.override {
|
tor-browser vieb
|
||||||
useHardenedMalloc = false; # NixOS bug requires this
|
|
||||||
})
|
|
||||||
vieb
|
|
||||||
];
|
];
|
||||||
home.file.".config/Vieb/viebrc".source = ./config/viebrc;
|
home.file.".config/Vieb/viebrc".source = ./config/viebrc;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue