COSMIC: Difference between revisions

Added description of how you can improve comsic's performance by enabling system76-scheduler. Also fixed a minor typo
Matthew (talk | contribs)
m Optimization: Minor edit
 
Line 37: Line 37:


=== Optimization ===
=== Optimization ===
You can significantly 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">
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;