mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
Set compiler nice priority to 19
This commit is contained in:
parent
7e88043cb3
commit
a82889db6a
@ -7,7 +7,7 @@
|
|||||||
rulesProvider = pkgs.ananicy-rules-cachyos;
|
rulesProvider = pkgs.ananicy-rules-cachyos;
|
||||||
|
|
||||||
extraTypes = [
|
extraTypes = [
|
||||||
{ type = "Compiler"; nice = 13; latency_nice = 13; }
|
{ type = "Compiler"; nice = 19; latency_nice = 19; }
|
||||||
];
|
];
|
||||||
|
|
||||||
extraRules = [
|
extraRules = [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user