Hardware/Framework/Laptop 13: Difference between revisions

Jopejoe1 (talk | contribs)
m Make Title look nice
Add nixos hardware module names
Line 40: Line 40:


Framework specific NixOS hardware options are bundled within the [https://github.com/NixOS/nixos-hardware nixos-hardware] project.
Framework specific NixOS hardware options are bundled within the [https://github.com/NixOS/nixos-hardware nixos-hardware] project.


=== BIOS ===
=== BIOS ===
Line 55: Line 56:


It is recommended to use [https://search.nixos.org/options?channel=23.11&show=services.power-profiles-daemon.enable power-profiles-daemon] over <code>tlp</code> for the AMD framework.
It is recommended to use [https://search.nixos.org/options?channel=23.11&show=services.power-profiles-daemon.enable power-profiles-daemon] over <code>tlp</code> for the AMD framework.
* Nixos Hardware module for flakes: <code>nixos-hardware.nixosModules.framework-13-7040-amd</code>
* Nixos Hardware module for channels: <code><nixos-hardware/framework/13-inch/7040-amd></code>


=== Intel 13 Gen ===
=== Intel 13 Gen ===
* Nixos Hardware module for flakes: <code>nixos-hardware.nixosModules.framework-13th-gen-intel</code>
* Nixos Hardware module for channels: <code><nixos-hardware/framework/13-inch/13th-gen-intel></code>
Check the [https://github.com/NixOS/nixos-hardware/tree/master/framework/13-inch/13th-gen-intel#getting-the-fingerprint-sensor-to-work nixos-hardware] Readme on how to get your fingerprint reader to work.


=== Intel 12 Gen ===
=== Intel 12 Gen ===
* Nixos Hardware module for flakes: <code>nixos-hardware.nixosModules.framework-12th-gen-intel</code>
* Nixos Hardware module for channels: <code><nixos-hardware/framework/13-inch/12th-gen-intel></code>


=== Intel 11 Gen ===
=== Intel 11 Gen ===
* Nixos Hardware module for flakes: <code>nixos-hardware.nixosModules.framework-11th-gen-intel</code>
* Nixos Hardware module for channels: <code><nixos-hardware/framework/13-inch/11th-gen-intel></code>


<!--
<!--