Skip to content

Commit 673c431

Browse files
committed
fix(home/home): remove OMP_NUM_THREADS
1 parent 9dfc954 commit 673c431

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: home/home-manager/home.nix

+1-4
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@
4848
pkgs.zotero
4949
] ++ (import ./unfree.nix pkgs);
5050

51-
sessionVariables = {
52-
# restrict openMP from using all CPU resources (monitor flickering)
53-
OMP_NUM_THREADS = "4";
54-
};
51+
sessionVariables = { };
5552
};
5653
}

0 commit comments

Comments
 (0)