Commit Graph

2232 Commits

Author SHA1 Message Date
Bu Kun
ee94f43c05 Add Lenovo Ideapad 5 Pro 14IMH9 / XiaoXin Pro 14IMH9 2024 2025-05-20 14:06:33 +08: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
Jörg Thalheim
5aa1b0f049 dell-xps-15-9530-nvidia: include ada-lovelace profile 2025-05-13 08:21:52 +02:00
Jörg Thalheim
91dc75a805 fix system.stateVersion for tests 2025-05-13 08:14:44 +02:00
Jörg Thalheim
d371c70b45 docs/CONTRIBUTING: replace bors with mergify 2025-05-13 08:14:44 +02:00
Jörg Thalheim
b83e517bfc bump tests/flake.nix to 24.11 2025-05-13 08:14:44 +02:00
Jörg Thalheim
d1d68fe8b0 Merge pull request #1476 from Michaelhess17/master
add asus-rog-strix-g533zw
2025-05-12 22:51:43 +02:00
Jörg Thalheim
87b30b517b Merge pull request #1477 from Flameopathic/init-Lenovo-14ILL10
lenovo/yoga/7/14ILL10: init
2025-05-12 22:51:17 +02:00
Flameopathic
16023fe3d4 lenovo/yoga/7/14ILL10: init 2025-05-11 22:10:09 -04:00
Michael Hess
0d3ca75310 add asus-rog-strix-g533zw 2025-05-11 15:39:42 -04:00
Peter Bittner
3c5e126732 Add kvm-intel kernel module for XPS13 2025-05-09 18:12:19 +00:00
Peter Bittner
c40135076d Ensure WiFi works out-of-the-box on XPS13
Inspired by https://github.com/NixOS/nixos-hardware/blob/master/dell/inspiron/3442/default.nix
2025-05-09 18:12:19 +00:00
Sandro
2ea3ad8a1f Merge pull request #1472 from flyfloh/tp-e14-gen4 2025-05-07 14:36:01 +02: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
Jörg Thalheim
6aabf68429 Merge pull request #1469 from bittner/feature/point-to-realpath
Replace symlink references by real path and delete symlink
2025-05-05 20:03:21 +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
Andreas V. W. Zacchi
a4bb30a900 add asus-zenbook-ux481 2025-05-05 06:40:42 +00:00
Jörg Thalheim
e128b73252 Merge pull request #1447 from bittner/patch-1
Add Lenovo ThinkPad X1 Yoga Gen 8
2025-05-05 08:25:12 +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
Sebastián Zavala Villagómez
0833dc8bbc gmktec/nucbox/g3-plus: init
Product page:
<https://www.gmktec.com/products/nucbox-g3-plus-enhanced-performance-mini-pc-with-intel-n150-processor>

This profile just configures the Intel Twin Lake N150 CPU and integrated
graphics for this mini-PC. fstrim is also enabled for the SSD. That's all this
seemed to need to function properly. As is now expected from Intel NUC systems,
it provides a solid "out-of-the-box" experience. No special quirks are apparent.

We import the Alder Lake modules since Twin Lake is just a refreshed version of
the Alder Lake-N series. Re-using those seems to be fine for this purpose.
2025-05-04 06:49:06 +00:00
Jörg Thalheim
6afacb3b10 Merge pull request #1413 from moduon/p16s
feat: add Lenovo ThinkPad P16s Intel Gen 2
2025-05-04 08:33:49 +02:00
Jairo Llopis
84eb0330ae feat: add Lenovo ThinkPad P16s Intel Gen 2
@moduon MT-9339
2025-04-30 12:58:16 +01:00
Benedikt Rips
72081c9fbb dell-precision-3490: init module 2025-04-29 19:34:49 +00:00
Connor Prussin
c06d50adeb Add Framework AMD AI 300 Series 2025-04-29 19:34:43 +00:00
Sebastián Zavala Villagómez
232c204afb omen/*: 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:34:40 +00: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
Sebastián Zavala Villagómez
6267b43af9 hp/elitebook/830/g6: 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:17 +00:00
Jörg Thalheim
badf2f2f21 Merge pull request #1456 from NixOS/dell-precision-5530
dell-precision-5530: remove unnecessary default nvidia options
2025-04-29 21:04:47 +02:00
Relief Melone
f1e52a0181 gu605my: enable zeph g16 backlight control 2025-04-29 06:11:24 +00:00
Relief Melone
342b1b319d gu605my: modsettings, fn keys and use laptop/ssd 2025-04-29 06:11:24 +00:00
Jörg Thalheim
c56ef7b722 dell-precision-5530: remove unnecessary default nvidia options
In the nvidia module, we already disable the open source driver and
we default to the stable nvidia package
2025-04-29 07:55:06 +02:00
Johannes Arnold
f16e0cd51c Add yt6801 driver for TUXEDO InfinityBook Pro 14 - Gen9 - INTEL 2025-04-29 05:54:48 +00:00
VuiMuich
d07bb61449 lenovo-thinkpad-x1-2nd-gen 2025-04-29 05:36:52 +00:00
Jörg Thalheim
f7bee55a5e Merge pull request #1443 from 8bitbuddhist/surface/kernel-multiple-versions
feat: add kernel switching for Microsoft Surface devices
2025-04-24 16:02:29 +02: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
Andre
306ff6c5f6 surface: revert longterm kernel to 6.12.19 2025-04-23 13:44:36 -04:00
Andre
34f02c326d Apply suggestions from code review - option name
Add `hardware` to option name

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2025-04-23 10:14:28 -04: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
Andre
0012cffb69 microsoft/surface: update stable linux-surface to 6.14.2 2025-04-20 12:08:18 -04:00
Jörg Thalheim
9a049b4a42 Merge pull request #1445 from gngram/pr__imx8_atf_build_issues
Pr  imx8 atf build issues
2025-04-14 14:24:20 +02:00
Ganga Ram
e3a967ba29 Fixed build issues for imx8mq-evk
Signed-off-by: Ganga Ram <Ganga.Ram@tii.ae>
2025-04-14 13:43:29 +04:00
Ganga Ram
48a8eaeac8 Fixed native build issues for imx8mp-evk atf
Signed-off-by: Ganga Ram <Ganga.Ram@tii.ae>
2025-04-14 13:30:27 +04:00
Andre
33aa2d8399 microsoft/surface: decouple kernel source and linux-surface package versions 2025-04-12 11:28:09 -04:00
Andre
2034c5d2e7 microsoft/surface: rename 'lts' and 'latest' to 'longterm' and 'stable' 2025-04-12 10:42:29 -04:00
Andre
dab2104c1f microsoft/surface: switch back to using sha256 instead of hash due to connection breaking 2025-04-12 10:39:52 -04:00