COSMIC: Difference between revisions
SeniorMatt (talk | contribs) Added description of how you can improve comsic's performance by enabling system76-scheduler. Also fixed a minor typo |
m →Optimization: Minor edit |
||
| Line 37: | Line 37: | ||
=== Optimization === | === Optimization === | ||
You can | You can slightly improve the performance of your Cosmic installation by enabling [https://github.com/pop-os/system76-scheduler system76's own scheduler] using this code block inside of your NixOS configuration file:<syntaxhighlight lang="nixos"> | ||
{ | { | ||
services.system76-scheduler.enable = true; | services.system76-scheduler.enable = true; | ||