nixos-hardware
nixos-hardware copied to clipboard
A collection of NixOS modules covering hardware quirks.
Basically I followed the instructions in https://github.com/NixOS/nixos-hardware/tree/master/framework/13-inch/7040-amd#getting-the-fingerprint-sensor-to-work and it did not work. I suspect that the firmware installation failed at one point and that the hardware is in some strange...
can u add "Lenovo V15 G2 ALC" here ? it has rayzen 5500u 8gb ram 512gb nvme ssd vega 7 integrated gpu here is the amazone link https://www.amazon.in/Lenovo-39-62cm-Antiglare-Windows-82KDA00XIH/dp/B0BH8DW9RK/ref=sr_1_6?crid=3C5B7FCA8YX80&keywords=lenovo%2Bv15&qid=1707848549&sprefix=lenovo%2Bv1%2Caps%2C367&sr=8-6&th=1
With these options ``` hardware.raspberry-pi."4".apply-overlays-dtmerge.enable = true; hardware.raspberry-pi."4".audio.enable = true; hardware.deviceTree.filter = "bcm2711-rpi-4-*.dtb"; boot.kernelPackages = pkgs.linuxPackages_rpi4; ``` It fails with: ``` building Nix... building the system configuration... these 3 derivations...
It would be really cool for nixos-hardware to be on [Flakestry](https://flakestry.dev/). Here is the announcement post in the NixOS forum: https://discourse.nixos.org/t/announcing-flakestry-dev-new-registry-for-flakes/34583 Publishing rolling releases is currently blocked by https://github.com/flakestry/flakestry.dev/pull/35. However...
Hi, I noticed that no matter what I set in my local nix configuration `nvidia-offload` command is always available. I am not sure if the issue is limited only to...
I have an Intel Surface Laptop 4 which has a Bluetooth adapter, `8087:0026` Intel Corp. AX201 Bluetooth, using the `btusb` driver. On the 6.6.13 kernel, the firmware seems to fail...
I found that sometimes the information you need to successfully use a device such as a printer or other kinds of external devices is buried in the wiki or in...
see: https://wiki.archlinux.org/title/Dell_XPS_13_(9370)#Thermal_Modes_/_Fan_profiles It would be nice to have a little module that sets this on boot to a pre-set value. (I use a screen-less XPS 9370 as a battery-backup unifi+home-assistant...
When running `systemctl suspend` on my Dell XPS 13 9310, the suspend fails. I see the following lines in my journal: ```txt Bluetooth: hci0: SSR or FW donwnload time out...
The Microsoft Surface series aren't the only devices to use the `ath10k` chipset; it would be good to factor that out. Case in point: I'm trying to get the wifi...