nixos-hardware
nixos-hardware copied to clipboard
A collection of NixOS modules covering hardware quirks.
https://github.com/NixOS/nixos-hardware/blob/59c97be4d0c9e859cb8e3d214707601f213a6914/lenovo/thinkpad/default.nix#L9 Shouldn't `services.fprintd.package` also be set to `fdprintd-thinkpad`? (Introduced in https://github.com/NixOS/nixpkgs/pull/61546) CC @Cizra
https://github.com/NixOS/nixpkgs/issues/69150 holds an info on a hardwire-related issue, solution was: " `ideapad_laptop` module created a 2nd brightness device in addition to intel_backlight. Moving the slider made ideapad/brightness change which meant...
I don't have a lot of experience with trackpoints, but coming from a mac I couldn't get the touchpad into a shape where I felt comfortable so I turned it...
Please note, I don't have hard data for any of this, I can't say if these things are guaranteed improvements -- its more that I trust [the Arch Wiki's XPS13...
intel-hybrid-driver adds accelerated VP8/VP9 decoding to systems that normally don't have it, such as Bay Trail devices: https://github.com/01org/intel-hybrid-driver
###### Description of changes Depends on https://github.com/NixOS/nixpkgs/pull/316724 - USB not working ###### Things done - [ ] Tested the changes in your own NixOS Configuration - [ ] Tested the...
###### Description of changes Uses Nvidia open source kernel modules if driver version is higher than 555 Motivation: 1. Nvidia themselves will be using the open source kernel modules by...
Hi y'all. I feel like I've had some regressions for baseline gaming performance and thermal tolerance on my G14 2022. The asus-linux folks have been... slightly... encouraging that I need...
Currently nixos-hardware follows master and does not release tags for stable NixOS releases. This renders nixos-hardware unusable for stable users. We should at least start a branch per NixOS release...
###### Description of changes This fixes an incorrect comparison between kernel versions, which resulted in a build error. Now, we'll only apply the patch if the kernel version is below...