Cassie Cheung
e1cc1f6483
apple/t2: deprecate enableTinyDfr option and conflict with hardware.apple.touchBar
...
* Adds a deprecation warning to hardware.apple-t2.enableTinyDfr as it has
been upstreamed to nixpkgs already. The package and option can be
removed at the next release cycle to hopefully not break people's setup.
* Adds an assertion to conflict hardware.apple-t2.enableTinyDfr with
hardware.apple.touchBar. Having both enabled causes both tiny-dfr to
fight for the same display device.
2024-11-06 18:57:38 +00:00
Cassie Cheung
912e5b8a00
tuxedo/aura/15-gen1: migrate renamed option
2024-11-06 17:49:51 +00:00
Cassie Cheung
36ed775c1e
tests: update flake lock
2024-11-06 17:49:51 +00:00
Felipe Micaroni Lalli
90642a0dea
Adding a sound speaker fix. Issue #1039
2024-11-06 09:54:22 +00:00
Felipe Mica
684d64c67d
Apply suggestions from code review
...
Accepting suggestions. 16irx8h should be fixed as well.
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2024-11-06 09:54:22 +00:00
Felipe Micaroni Lalli
1881126e2d
Adding the Legion Pro 7 16IRX9H model. Initially, I simply copied it from the 16IRX8H, but I am still having issues with WiFi and sound (to be resolved).
...
Ref.: https://psref.lenovo.com/Product/Legion/Legion_Pro_7_16IRX9H
2024-11-06 09:54:22 +00:00
Jörg Thalheim
12ad8c1bf1
apple/macbook-pro/11-1: add comment why we include broadcom driver
2024-11-06 06:21:21 +00:00
Johannes Arnold
7a9364e705
apple: init MacBookPro11,1
2024-11-06 06:21:21 +00:00
Jörg Thalheim
f372fa6cfa
fix eval with 24.05
2024-11-06 05:49:31 +00:00
Jörg Thalheim
2e78b1af80
Merge pull request #1212 from 8bitbuddhist/ms-surface/update-kernel-6.11.4
...
microsoft/surface: Update to kernel 6.11.4
2024-11-05 18:45:50 +01:00
Jörg Thalheim
1b0b927860
Merge pull request #1226 from soopyc/fix-tests
...
tests: fix unused importPath in unfreeNixpkgs function
2024-11-05 10:02:02 +01:00
Cassie Cheung
2e22e4ad70
tests: fix unused importPath in unfreeNixpkgs function
...
* originally importPath in the unfreeNixpkgs function was not used at all.
this commit fixes the issue, allowing the function to work as intended.
2024-11-03 00:58:49 +08:00
Andre
df8450fa26
microsoft/surface: Remove old kernel version
2024-11-02 10:40:15 -04:00
Vittorio Robecchi
f6e0cd5c47
Updated README
2024-11-02 08:58:38 +00:00
Vittorio Robecchi
bcf80dc17c
Added Lenovo Ideadpad Slim 5 16IAH8
2024-11-02 08:58:38 +00:00
Vittorio Robecchi
8a906c9d34
Added Lenovo Ideadpad 16AHP9
2024-11-02 08:58:38 +00:00
eum3l
d3986e7885
minisforum/v3: init
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-11-02 04:05:17 +00:00
Jörg Thalheim
be00f01542
framework/bluetooth.nix: add EOL remark
2024-11-02 03:52:24 +00:00
Adam Dinwoodie
e4ad9ce38f
Framework: add workaround for Bluetooth device issues
...
Framework have published a workaround for a bug that affects the
MediaTek Bluetooth and Wi-Fi cards used in their laptops on kernel
version 6.11. Their workaround assumes a writable /etc/systemd
directory, so reimplement the workaround for NixOS.
For the Framework version of the workaround, see:
eab0148ae8/hibernation/kernel-6-11-workarounds
2024-11-02 03:52:24 +00:00
Tau
da14839ac5
remove broadcom_sta since it was likely already added by nixos-generate-hardware
2024-10-31 09:53:19 +00:00
Bit Borealis
8cf35efba1
macbook air 7
2024-10-31 09:53:19 +00:00
onurmercury
4048e9ce2d
Fix "nividia" typo
2024-10-31 09:22:48 +00:00
Andre
b486ff2d75
Revert "common/gpu/intel: Disable intel-ocl due to web.archive.org outage"
...
This reverts commit e8a2f6d551
.
2024-10-31 09:09:53 +00:00
Sandro
07d15e8990
Merge pull request #1210 from 1nv0k32/master
...
lenovo/z/gen2/z13: Add modem fcc unlock
2024-10-29 01:29:40 +01:00
Sandro
6906ac67a1
Merge pull request #1209 from NixOS/lib.literalExpression
...
Set missing lib.literalExpression
2024-10-27 23:33:11 +01:00
Armin
e907785673
lenovo/z/gen2/z13: Add modem fcc unlock
2024-10-27 03:45:47 +01:00
Sandro Jäckel
59b6e11bea
Set missing lib.literalExpression
...
this allows generating a options.json without setting any module option
2024-10-26 23:26:01 +02:00
Andre
097c476b07
microsoft/surface: Update to kernel 6.11.4
2024-10-24 17:07:29 -04:00
Gavin John
e8a2f6d551
common/gpu/intel: Disable intel-ocl due to web.archive.org outage
2024-10-24 03:58:40 +00:00
Sergey Yelin
64d900abe4
Unload brcmfmac_wcc (if loaded) before brcmfmac ( #1200 )
...
Module brcmfmac cannot be unloaded with rmmod when brcmfmac_wcc is loaded.
This leads brcmfmac to crash on wake up.
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2024-10-23 15:42:09 +02:00
Jörg Thalheim
22e8de2729
Merge pull request #1197 from NixOS/lunar-lake
...
common/gpu/intel/lunar-lake: enable xe driver
2024-10-22 21:14:45 +02:00
Jörg Thalheim
be900587c3
update test flakes
2024-10-22 18:27:18 +02:00
Jörg Thalheim
8c3e99bfa5
cpu/intel: make sure we import the local cpu-only profiles
2024-10-22 18:27:18 +02:00
Jörg Thalheim
6e486f2812
common/gpu/intel/lunar-lake: enable xe driver
...
Starting with lunarlake this driver no longer needs to force probe:
ad46e8f95e/drivers/gpu/drm/xe/xe_pci.c (L339)
Co-authored-by: Gavin John <gavinnjohn@gmail.com>
2024-10-22 18:27:09 +02:00
Jörg Thalheim
cc2d3c0e06
flake.nix: don't expose alder-lake module
2024-10-21 11:22:17 +00:00
André Silva
77ec51c21c
common-gpu-intel-kaby-lake: enable HuC firmware loading
2024-10-21 11:22:17 +00:00
André Silva
796768cbc4
flake: add common-cpu-intel-alder-lake
2024-10-21 11:22:17 +00:00
André Silva
6791578c4b
common-cpu-intel-alder-lake: init
2024-10-21 11:22:17 +00:00
André Silva
8140e8252a
lenovo-thinkpad-x1-6th-gen: use cpu architecture-specific module
2024-10-21 11:22:17 +00:00
Gavin John
7495e87753
treewide: Switch from gpu/intel to cpu/intel where applicable
2024-10-21 09:00:57 +00:00
Gavin John
c058019ce1
common/cpu/intel: add architecture-specific modules
2024-10-21 09:00:57 +00:00
Peder Bergebakken Sundt
9fcf30fccf
Make starfive-visionfive-2 merge with sd-image module
2024-10-20 20:14:35 +00:00
Jörg Thalheim
9da64c8fd9
dell/xps/15-9520: add alder-lake gpu profile
2024-10-20 19:56:39 +00:00
Jörg Thalheim
3854ace106
Revert "dell/xps/15-9520: use alder-lake gpu profile"
...
This reverts commit 8f38d8a475
.
This was added to the wrong laptop model.
2024-10-20 19:56:39 +00:00
Pádraic Ó Mhuiris
8f38d8a475
dell/xps/15-9520: use alder-lake gpu profile
2024-10-20 09:44:21 +00:00
Jörg Thalheim
be33295d69
gpu/intel/tiger-lake: simplify conditionals
2024-10-20 09:44:21 +00:00
Gavin John
86a33c3e32
common/gpu/intel: update modules to use new options
2024-10-20 09:44:21 +00:00
Gavin John
184091915d
common/gpu/intel: add vaapi configuration options
2024-10-20 09:44:21 +00:00
Gavin John
0ccdd27056
common/gpu/intel: reformat
2024-10-20 09:44:21 +00:00
Daniel Green
3827903417
Add Asus Zenbook ux535
2024-10-19 10:22:50 +00:00