Ameya Shenoy
3caaf86f9d
feat: kernel params for x1 carbon
...
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com >
2025-09-17 01:19:01 +05:30
Jörg Thalheim
6f97793214
Merge pull request #1561 from Flameopathic/14ILL10-fix
...
lenovo/yoga/7/14ILL10: update kernel version requirement
2025-09-01 18:01:00 +00:00
Jörg Thalheim
bfce4a25eb
Merge pull request #1571 from b-eyselein/master
...
Add Lenovo Thinkpad P16s AMD Gen 4
2025-09-01 17:51:39 +00:00
bashfulrobot
0413405b45
feat: ✨ add ThinkPad T14 Intel Gen 6 hardware support
...
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.
2025-08-19 10:29:33 -07:00
Björn Eyselein
139a6586ed
Add Lenovo Thinkpad P16s AMD Gen 4
...
Signed-off-by: Björn Eyselein <eyselein@infosim.net >
2025-08-08 09:51:11 +02:00
Flameopathic
26c9d90663
lenovo/yoga/7/14ILL10: update kernel version requirement
2025-08-02 22:53:06 -04:00
Bu Kun
41f2cad3f9
Add flip_done timeout workaround for 14IMH9
2025-07-06 19:21:15 +08:00
Andre
6038f6ebd2
Merge remote-tracking branch 'upstream/master' into nixfmt
2025-07-01 11:26:06 -04:00
QuietSeeker
d4b603125e
Updated nvidia offload mode to include amd drivers
2025-06-26 19:49:43 +01:00
Andre
700dbb6c69
Merge remote-tracking branch 'upstream/master' into nixfmt
2025-06-20 10:18:49 -04:00
Biaogo
9b86fa5d67
Add 16iah7h
2025-06-16 22:11:03 +08:00
Andre
511ea8f1e9
Merge remote-tracking branch 'upstream/master' into nixfmt
2025-06-07 11:30:37 -04:00
Andre
51e51e6014
chore: format repo using treefmt-nix and nixfmt-rfc-style
2025-06-04 12:35:54 -04:00
Malix
938f82a4a9
remove confusing acronym
2025-06-03 17:16:00 +02:00
Keanu Kerr
e9dcc95a38
Add config file
2025-06-01 07:05:03 -04:00
Ralf Gueldemeister
0985f25385
Add Lenovo Thinkpad X1 13th Gen
2025-05-29 22:41:03 -06:00
Jörg Thalheim
6ac6ec6fcb
Merge pull request #1482 from pokon548/IdeaPad_Pro_5_14IMH9
...
Add Lenovo Ideapad 5 Pro 14IMH9 / XiaoXin Pro 14IMH9 2024
2025-05-20 08:48:15 +02:00
Bu Kun
ee94f43c05
Add Lenovo Ideapad 5 Pro 14IMH9 / XiaoXin Pro 14IMH9 2024
2025-05-20 14:06:33 +08:00
Jörg Thalheim
cb12a258c5
Merge pull request #1483 from wrmilling/lenovo-15ICH
...
lenovo/legion/15ich: Use Coffee Lake CPU
2025-05-19 21:42:01 +02:00
Peter Bittner
687c8fcf68
X1 Yoga: Enable fingerprint reader and FW update
2025-05-19 13:54:40 +02:00
Winston R. Milling
45da8c8ad8
lenovo/legion/15ich: Use Coffee Lake CPU
2025-05-18 17:40:54 -05:00
Jörg Thalheim
e81fd167b3
Merge pull request #1478 from NixOS/nixpkgs-update
...
tests: Nixpkgs update
2025-05-13 11:41:40 +02:00
Jörg Thalheim
ff949f78d6
ideacentr-k330: include nvidia-fermi architecture
2025-05-13 11:41:12 +02:00
Flameopathic
16023fe3d4
lenovo/yoga/7/14ILL10: init
2025-05-11 22:10:09 -04:00
Florian Pester
aaa8e548c3
E14-intel: add gen4 configuration
2025-05-07 14:09:01 +02:00
Or Dagmi
9b383cd3f4
Adding gen6 support for lenovo thinkpad e14 ( #1470 )
...
Co-authored-by: DiGMi <digmi@sentrycs.com >
2025-05-07 14:07:45 +02:00
Peter Bittner
7d9552ef6b
Replace symlink references by real path and delete symlink
...
The common/pc/laptop/ssd folder was apparently moved a level up and was
replaced by a symlink to keep things working. We can consolidate this now.
2025-05-05 11:17:15 +02:00
Peter Bittner
f5eedd65a3
Lenovo ThinkPad X1 Yoga Gen 8
...
Convertible laptop equipped with e.g. 13th Gen Intel Core i7-1365U × 12, 32 GiB RAM, and 512 MiB or 1 TiB SSD HDD
2025-05-05 00:03:46 +02:00
Jairo Llopis
84eb0330ae
feat: add Lenovo ThinkPad P16s Intel Gen 2
...
@moduon MT-9339
2025-04-30 12:58:16 +01:00
Sebastián Zavala Villagómez
01f1548e40
lenovo/thinkpad/x13s: source kernel through config instead of pkgs
...
The previous implementation was sourcing the kernel through `pkgs.linux`,
which is only representative of the final system if `boot.kernelPackages`
is left as the default value of `pkgs.linuxPackages`.
You can of course change this to other package sets, such as
`pkgs.linuxPackages_latest`. Instead, we now reference the kernel
through `config.boot.kernelPackages.kernel`.
2025-04-29 19:20:24 +00:00
Sebastián Zavala Villagómez
6e80224000
lenovo/thinkpad/p14s: check kernel version through config instead of pkgs
...
The previous implementation was checking the kernel version through
`pkgs.linux`, which is only representative of the final system if
`boot.kernelPackages` is left as the default value of
`pkgs.linuxPackages`.
You can of course change this to other package sets, such as
`pkgs.linuxPackages_latest`. Instead, we now reference the kernel
through `config.boot.kernelPackages.kernel`.
2025-04-29 19:20:20 +00:00
VuiMuich
d07bb61449
lenovo-thinkpad-x1-2nd-gen
2025-04-29 05:36:52 +00:00
Jörg Thalheim
b673d3a57b
Merge pull request #1444 from phodina/lenovo-thinpad-x13s
...
lenovo-thinkpad-x13s: Add support for aarch64 system
2025-04-24 16:00:55 +02:00
Petr Hodina
3fd285f386
lenovo-thinkpad-x13s: Add support for aarch64 system
2025-04-23 21:22:13 +02:00
Jörg Thalheim
8bf8a2a082
Merge pull request #1268 from NixOS/e14-intel
...
E14-intel: import intel comet lake
2025-04-23 09:10:33 +02:00
QuietSeeker
047799739c
lenovo-legion-16arh7h: add integrated GPU only and hybrid configurations
2025-04-23 07:04:43 +00:00
Mads Rumle Nordstrøm
de6fc55511
added intel whiskey lake
2025-03-31 11:35:42 +00:00
Mads Rumle Nordstrøm
a3f63440fc
added lenovo thinkpad p43s
2025-03-31 11:35:42 +00:00
steeb-k
be7794e5a6
Added Lenovo Thinkpad P14s Gen 5 Intel config
2025-03-31 11:21:57 +00:00
Sandro Jäckel
af7de84f85
E14-intel: import intel comet lake
...
The E14 has a i5-10210U which is from comet lake.
see https://www.intel.com/content/www/us/en/products/sku/195436/intel-core-i510210u-processor-6m-cache-up-to-4-20-ghz/specifications.html
2025-03-28 17:21:24 +01:00
Peter Bittner
97280e2440
Make comment less intimidating (Lenovo X1 Yoga Gen 7)
2025-03-23 19:54:37 +01:00
Eva Dengler
3970af5d58
lenovo/thinkpad/x13-yoga: add thunderbolt support
2025-03-14 11:40:45 +01:00
emergentmind
09e97074ad
refactor: add generic laptop spec
2025-03-12 15:18:11 +00:00
emergentmind
1b1acdc3e7
init
2025-03-12 15:18:11 +00:00
Andrew Kvalheim
099d38a69e
lenovo/thinkpad/p16s/amd/gen2: init
...
Notes:
- Tested on a model 21K9CTR1WW configured with:
- AMD Ryzen 7 PRO 7840U with Radeon 780M Graphics
- 64 GB soldered RAM
- WQUXGA (3840×2400) OLED display
- Qualcomm NFA765 wireless network adapter
- BIOS version R2FET38W (1.18)
- The user guide is shared by:
- ThinkPad P14s Gen 4
- ThinkPad P16s Gen 2
- ThinkPad T14 Gen 4
- ThinkPad T16 Gen 2
2025-02-24 08:09:24 +00:00
Joe
3009bcb058
lenovo/thinkpad/t490s: init
2025-02-01 06:18:18 +00:00
BohdanQQ
b539957839
update readme to mention power profile / nvidia-powerd troubleshooting
2025-01-20 07:42:40 +00:00
BohdanQQ
1f23785afe
lenovo-legion-16ach6h: enable nvidia.powerd to unlock more gpu power
2025-01-20 07:42:40 +00:00
โทสตัล
b678606690
lenovo-z13-gen2: networking.networkmanager.fccUnlockScripts → networking.modemmanager.fccUnlockScripts
...
Fixes evaluation warning
2025-01-15 22:00:06 +00:00
Gabgobie
06c52bbc79
Lenovo IdeaCentre K330
2025-01-11 12:17:58 +01:00