Laptop: Difference between revisions

m correct line break (3rd attempt, yikes)
m line break (4th try)
Line 50: Line 50:
   };
   };
};
};
</syntaxHighlight>Alternatively, if you have [[Flakes]] enabled you can also use the flake directly provided by the auto-cpufreq authors to get a more up-to-date version.  They offer a detailed explanation how to add it to your system on their [https://github.com/AdnanHodzic/auto-cpufreq?tab=readme-ov-file#nixos GitHub page]. <nowiki><br></nowiki> To summarize: 1) add the flake as an input to your <code>flake.nix</code> file and enable the module:<syntaxhighlight lang="nix">
</syntaxHighlight>Alternatively, if you have [[Flakes]] enabled you can also use the flake directly provided by the auto-cpufreq authors to get a more up-to-date version.  They offer a detailed explanation how to add it to your system on their [https://github.com/AdnanHodzic/auto-cpufreq?tab=readme-ov-file#nixos GitHub page].<br> To summarize: 1) add the flake as an input to your <code>flake.nix</code> file and enable the module:<syntaxhighlight lang="nix">
# flake.nix
# flake.nix