nixos-hardware
nixos-hardware copied to clipboard
A collection of NixOS modules covering hardware quirks.
It'd be great to have some support for [Star Labs](https://starlabs.systems) laptops. In my case, specifically the Starbook VI.
Instead of importing individual configs, import a single modules that enables something along the lines of setting options in `hardware.nixos-hardware` or similar. This would play nicer with some situations such...
Following the instructions [here](https://wiki.t2linux.org/distributions/nixos/installation/) results in the following error: error: unused option: VIDEO_STK1160_COMMON error: builder for '/nix/store/pSsluf40rx9ma5z4jsfaxl 7nph119p13-linux-config-6.5.drv' failed with exit code 255 error: 1 dependencies of derivation Inix/store/ 78cunq2wj81bq9bsc8vw867d4431661-14กนx-6.5....
I am just beginning to create support for a Dell XPS 15 9530. I am not yet done with all the code, but I wanted to start the PR to...
###### Description of changes ###### Things done - [x] Tested the changes in your own NixOS Configuration - [x] Tested the changes end-to-end by using your fork of `nixos-hardware` and...
- When I run this. ```bash './tests/run.py '' ``` - I get ```nix warning: unknown setting 'allowed-users' warning: unknown setting 'trusted-users' error: path has a trailing slash at /run/user/1000/tmp5oo2fahn/eval-test.nix:17:124: 16|...
I have read that non-USB-C adapters can cause the drain, but also S0 sleep. I have attempted to use suspend-then-hibernate to some success but still seeing the battery taking a...
I'm trying to configure my Asus Zephyrus G14 GA402X laptop with viz this Here is my `flake.nix` ```nix { description = "my flake!"; inputs = { nixpkgs = { url...
@NobbZ @mexisme Have you seen this issue elsewhere? Basically after every reboot the buttons don't work until I run `sudo modprobe -r soc_button_array && sudo modprobe soc_button_array` That solves the...
This is for discussing the addition of a hydra jobset to the repository,