mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Fixed malloc mem error
This commit is contained in:
parent
fd5706665e
commit
b1c78e2ca6
1 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,9 @@
|
|||
|
||||
home.packages = with pkgs; [
|
||||
firefox
|
||||
tor-browser-bundle-bin
|
||||
(tor-browser-bundle-bin.override {
|
||||
useHardenedMalloc = false;
|
||||
})
|
||||
|
||||
spotify
|
||||
discord
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue