nixos-hardware icon indicating copy to clipboard operation
nixos-hardware copied to clipboard

A collection of NixOS modules covering hardware quirks.

Results 226 nixos-hardware issues
Sort by recently updated
recently updated
newest added

###### Description of changes Updates intel libraries as per https://github.com/NixOS/nixpkgs/pull/205648 Adds module for intel opencl currently only supporting GPU It is possible to add CPU OpenCL support, but only using...

I was able to use NixOS 22.05 on a Thinkpad X1 Carbon Gen 10, but had some problems, e.g.: - the display brightness was not adjustable (empty /sys/class/backlight/) - sometimes,...

It might be better if legion laptops were separated into `Slim` and `Pro` folders to avoid confusion like: https://github.com/NixOS/nixos-hardware/blob/master/lenovo/legion/15ach6/default.nix which does not correspond to [Lenovo_Legion_5_15ACH6](https://psref.lenovo.com/syspool/Sys/PDF/Legion/Lenovo_Legion_5_15ACH6/Lenovo_Legion_5_15ACH6_Spec.pdf) but actually [Lenovo_Legion_S7_15ACH6](https://psref.lenovo.com/syspool/Sys/PDF/Legion/Lenovo_Legion_S7_15ACH6/Lenovo_Legion_S7_15ACH6_Spec.pdf) Or include...

# Hardware x1 nano 20UN0009US ## WiFi works when updating to a newer kernel, I am on 5.11.6 now ## Inputs ### trackpoint + wheel got the the wheel scrolling...

Installing switcherooControl gives the benefit of integration with GNOME (I don’t know about KDE). Is `nvidia-offload` better in some way?

If I recall, Thinkpad x220 uses the slightly newer i965 drivers but uses [sandy-bridge defaults](https://github.com/NixOS/nixos-hardware/blob/master/common/cpu/intel/sandy-bridge/default.nix) which uses i915 kernel parameters. I think the kernel parameters should respect i965 instead. If...

Hello everyone, **TL;DR** The built-in fingerprint reader of the ThinkPad x270 seems to works with the driver [`python-validity`](https://github.com/uunicorn/python-validity) package, but it's not available in `nixpkgs` yet. I tried to list...

Hello folks, Nixos newbie here. I recently got a ThinkPad t16 gen1 AMD, and I've problems recognizing the wifi module with the basic gnome 22.11 image Processor: AMD Ryzen™ 7...

This option ```nix boot.kernelParams = [ # Force use of the thinkpad_acpi driver for backlight control. # This allows the backlight save/load systemd service to work. "acpi_backlight=native" ]; ``` from...

https://spdx.org/licenses/0BSD.html Wouldn't 0BSD license be more appropriate for software than CC0?