Laptop: Difference between revisions

m changed line break/paragraph break
m correct line break (3rd attempt, yikes)
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].
</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">
 
 
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