-
-
Notifications
You must be signed in to change notification settings - Fork 786
Add ThinkPad T14 Intel Gen 6 support #1572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
I reviewed the error, and the component that the
Cheers. |
(Sorry, I missed this comment before.) The formatter has been recently moved (a7600ce) to the nixos-hardware/.github/workflows/test.yml Line 14 in 26ed7a0
So, just run Hope that it helps! Happy hacking, |
Thanks for the tip! It ran clean locally after two runs. I have now committed that change as well. |
Glad to be of service! |
Ok, the checks all passed! That's something. 🤣 is there anything else I need to do to get this PR in shape to get approved? Cheers. |
Disclaimer: I’m just a user here. That being said, I would suggest that you rewrite the history of this PR, leaving only the relevant parts. Ideally, a single commit. This makes the review process easier for the maintainers. For instance, the Hope that it helps and, at any rate, thanks for your contribution! |
1008f7f
to
f616d6d
Compare
Fixed that as well! Thanks for the input. Now hopefully someone can review/merge. |
Add complete hardware profile for Lenovo ThinkPad T14 Intel Gen 6 with: - Lunar Lake CPU architecture support with modern kernel requirements - Intel Arc graphics integration - Kernel parameters for backlight and touchpad optimization - Fingerprint reader support with comprehensive PAM configuration guidance - Disabled throttled service for modern Intel power management - Updated flake.nix and README.md with new module entries Includes detailed documentation for fingerprint authentication setup with warnings about potential login issues and proper PAM configuration in host systems. Follows CONTRIBUTING.md guidelines for profile structure.
Hardware Profile
Adds support for Lenovo ThinkPad T14 Intel Gen 6 with Intel Core Ultra processors (Lunar Lake architecture).
Changes
Hardware Tested
Feedback Requested
The kernel parameters and throttled service settings are marked with TODO comments as they're based on common ThinkPad patterns. Feedback from other T14 Gen 6 users would help validate these optimizations.
Test Plan