Aaron Adams
8137ca755e
Merge branch 'master' into dell-precision-5570
2025-08-21 08:55:32 +08:00
fidgetingbits
ebd8f57cd9
Fix probe id and switch from sync to offload
2025-08-21 08:52:27 +08:00
ktechmidas
5e741b56dc
added supporting files
2025-08-20 13:50:51 +03:00
ktechmidas
17113fc124
Added g533q
2025-08-20 13:42:37 +03: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
Cassie Cheung
e3e3717d85
apple/t2: kernel 6.15 -> 6.16; sync patches
2025-08-19 20:39:53 +08:00
Mads Rumle Nordstrøm
2d512d0f4e
removed s2idle for macbookpro11,4 as default
2025-08-18 13:14:33 +02:00
dependabot[bot]
6287c9e15f
build(deps): bump actions/checkout from 4 to 5
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-18 03:34:00 +00:00
Jörg Thalheim
3dac8a8725
Merge pull request #1579 from mjschwenne/fix-surface-kernel
...
Test / nixfmt (push) Has been cancelled
Test / tests (push) Has been cancelled
Fix Typo Preventing Microsoft Surface Kernels from Building
2025-08-16 07:44:41 +00:00
Matt Schwennesen
c006c5a59b
formatting
2025-08-15 23:00:53 -05:00
Matt Schwennesen
7dd36b62fc
fix typo casuing error
2025-08-15 18:22:42 -05:00
Mads Rumle Nordstrøm
292aeb6fd6
added macbook pro 11,4 config
2025-08-15 13:16:50 +02:00
Jasper Chan
c4af46bb6a
raspberry-pi/4: support enabling/disabling media-controller api on tc358743
2025-08-13 21:48:22 -07:00
Jairo Llopis
79649965c5
fix(raspberry-pi-4): enable building kernel
...
Fixes https://github.com/NixOS/nixos-hardware/issues/858
2025-08-11 08:12:40 +02:00
eymeric
680761f019
fix: tc358743 dt overlay
2025-08-08 22:41:18 +02: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
pancho horrillo
aaecdd8d3b
Update flake.lock, dropping unused nixpkgs input
...
On a7600cef40 all the
inputs on `flake.nix` were moved to `tests/flake.nix`, but `flake.lock`
was not updated correctly, and a reference to `nixpkgs` still remains,
producing this error upon evaluation when used as an input in my flake:
evaluating file '<nix/derivation-internal.nix>'copying "/nix/store/xjzjf1f6nyg6yqxb6v5awf9hs14606yp-source" to the store...evaluating file '/nix/store/xjzjf1f6nyg6yqxb6v5awf9hs14606yp-source/flake.nix'evaluating file '/nix/store/xjzjf1f6nyg6yqxb6v5awf9hs14606yp-source/flake.nix'warning: updating lock file '"/nix/store/xjzjf1f6nyg6yqxb6v5awf9hs14606yp-source/flake.lock"':• Removed input 'nixpkgs'error:… while updating the lock file of flake 'path:/nix/store/xjzjf1f6nyg6yqxb6v5awf9hs14606yp-source?lastModified=0&narHash=sha256-dz303vGuzWjzOPOaYkS9xSW%2BB93PSAJxvBd6CambXVA%3D'error: opening file '/nix/store/xjzjf1f6nyg6yqxb6v5awf9hs14606yp-source/flake.lock': Read-only file system
I’ve thus updated `flake.lock` with the standard procedure:
```console
❯ nix flake lock --verbose
warning: updating lock file '"/home/pancho/sandbox/NixOS/nixos-hardware/flake.lock"':
• Removed input 'nixpkgs'
```
2025-08-08 07:17:15 +02:00
0x4A6F
26ed7a0d4b
Merge pull request #1552 from FrameworkComputer/framework-desktop
...
Test / nixfmt (push) Has been cancelled
Test / tests (push) Has been cancelled
framework: Add Framework Desktop
2025-08-07 10:54:08 +00:00
0x4A6F
cd88704818
Merge pull request #1551 from FrameworkComputer/framework12-tabletmode
...
framework/12-inch: Fix tabletmode
2025-08-07 10:53:29 +00:00
Daniel Schaefer
df02f4f16a
framework/12-inch: Fix tabletmode on some kernels
...
NixOS kernels don't have pinctrl_tigerlake built-in, we need to make
sure it loads before soc_button_array. Adding it to the initrd ensures
that.
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2025-08-07 18:09:04 +08:00
Daniel Schaefer
659b41d59c
framework/desktop: Add minimum kernel version
...
Signed-off-by: Daniel Schaefer <dhs@frame.work>
2025-08-07 18:07:43 +08:00
Daniel Schaefer
9157552825
framework: Add Framework Desktop
...
Signed-off-by: Daniel Schaefer <dhs@frame.work>
2025-08-07 18:07:18 +08:00
0x4A6F
9368056b73
Merge pull request #1564 from 0x4A6F/master-framework-13-amd-ai-300-series-kernel-fixup
...
Test / nixfmt (push) Has been cancelled
Test / tests (push) Has been cancelled
framework-amd-ai-300-series: mkDefault boot.kernelPackages
2025-08-04 14:07:56 +00:00
0x4A6F
547c96d797
framework-amd-ai-300-series: mkDefault boot.kernelPackages
2025-08-04 12:42:15 +02:00
Jörg Thalheim
a872d98539
Merge pull request #1563 from 0x4A6F/master-framework-13-amd-ai-300-series-kernel
...
Test / nixfmt (push) Has been cancelled
Test / tests (push) Has been cancelled
framework-amd-ai-300-series: bump kernel to latest for suspend support
2025-08-03 14:03:14 +00:00
0x4A6F
d99ca4e5f4
framework-amd-ai-300-series: bump kernel to latest for suspend support
2025-08-03 14:07:00 +02:00
Flameopathic
26c9d90663
lenovo/yoga/7/14ILL10: update kernel version requirement
2025-08-02 22:53:06 -04:00
matthiasdotsh
f30fc54b0e
surface: linux 6.15.6 -> 6.15.9
2025-08-01 12:45:10 +02:00
florian
c92f8fc536
style: apply formatter
2025-07-31 15:42:08 +02:00
suzana2314
28fc41508c
lenovo-legion-15ach6h: added hybrid and nvidia configurations
2025-07-28 18:51:21 +01:00
omeyemburg
85070738e9
macbook-pro/8-1: remove redundant line in readme
2025-07-27 11:50:21 +02:00
omeyemburg
1f7ed6211f
macbook-pro/12-1: remove redundant bracket in readme
2025-07-27 11:49:59 +02:00
Ace-h121
c46bd952e9
Forgot to add lib.mkDefault
2025-07-23 23:13:43 -04:00
Ace-h121
25fdfb36a7
Adding Power Management on Asus fa507nv
...
I personally own this laptop, I am running gnome and on sleep the
graphics always corrupt without fail, this setting has been the only way
to correct it.
2025-07-23 23:07:00 -04:00
Aaron Adams
19b899ead6
Merge branch 'master' into dell-precision-5570
2025-07-24 10:33:29 +08:00
fidgetingbits
b90855f92a
Added Dell Precision 5570
2025-07-24 10:31:11 +08:00
Jörg Thalheim
cc66fddc6c
Merge pull request #1525 from shinishiho/patch-1
...
Test / nixfmt (push) Has been cancelled
Test / tests (push) Has been cancelled
asus: fix charge-upto script
2025-07-21 18:32:21 +00:00
Jörg Thalheim
e792f2f4ac
Merge pull request #1526 from pokon548/fix-flip_done-timeout
...
Add flip_done timeout workaround for 14IMH9
2025-07-21 18:31:26 +00:00
Jörg Thalheim
5efc6e9418
Merge pull request #1537 from LucasFA/init-nuc5i5RYB
...
init: NUC 5i5RYB
2025-07-21 18:13:43 +00:00
Jörg Thalheim
2b75e96d0d
Merge pull request #1538 from matthiasdotsh/ms-surface/update-kernel-6.15.6
...
surface: linux 6.15.3 -> 6.15.6
2025-07-21 18:13:16 +00:00
0x4A6F
d1bfa8f6cc
Merge pull request #1527 from anna-oake/patch-1
...
Test / nixfmt (push) Has been cancelled
Test / tests (push) Has been cancelled
framework-intel-core-ultra-series1: preset device name for audio enhancement
2025-07-16 11:50:37 +00:00
Anna Oake
95ee2804d7
framework-intel-core-ultra-series1: preset device name for audio enhancement
2025-07-15 13:31:45 +02:00
matthiasdotsh
8ea54c025e
surface: linux 6.15.3 -> 6.15.6
2025-07-14 17:09:26 +02:00
LucasFA
9410081079
init: NUC 5i5RYB
2025-07-13 12:47:18 +01:00
Jörg Thalheim
7ced9122cf
Merge pull request #1532 from NixOS/add-missing-pr
...
Test / nixfmt (push) Has been cancelled
Test / tests (push) Has been cancelled
added inspiron 3442 to the flake
2025-07-09 08:16:00 +00:00
Rituraj
323366c51c
added inspiron 3442 to the flake
2025-07-09 09:56:25 +02:00
Jasper Chan
6015af43f3
raspberry-pi/4: support 4lane csi
2025-07-08 12:26:38 -07:00
Bu Kun
41f2cad3f9
Add flip_done timeout workaround for 14IMH9
2025-07-06 19:21:15 +08:00
Đỗ Quang Minh
1828627b08
asus: fix charge-upto script
2025-07-04 06:48:03 +07:00
Jörg Thalheim
497ae1357f
Merge pull request #1516 from RossComputerGuy/feat/system76-thelio-mega
...
Test / nixfmt (push) Has been cancelled
Test / tests (push) Has been cancelled
Add System76 Thelio Mega module
2025-07-02 05:05:11 +00:00