Hardware/Framework/Laptop 13: Difference between revisions
Initial documentation for AMD AI 300 series support based on information provided by Framework Inc |
Add "Intel Core Ultra 1 Section" with personal experience for running NixOS 24.11 |
||
| Line 79: | Line 79: | ||
* NixOS Hardware module for flakes: <code>nixos-hardware.nixosModules.framework-13-7040-amd</code> | * 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> | * NixOS Hardware module for channels: <code><nixos-hardware/framework/13-inch/7040-amd></code> | ||
=== Intel Core Ultra Series 1 === | |||
Personal experience: On NixOS 24.11 the default kernel appears to be to old (no display brightness adjustment and increased power consumption). Using a newer kernel seems to run nicely:<syntaxhighlight lang="nix"> | |||
boot.kernelPackages = pkgs.linuxPackages_6_14; | |||
</syntaxhighlight> | |||
=== Intel 13 Gen === | === Intel 13 Gen === | ||