feat(toplevel): add x13s (proprietary) bluetooth and wifi firmware
this allows them to be reused more easily
This commit is contained in:
parent
186488456c
commit
7f8bf5c525
6 changed files with 70 additions and 45 deletions
|
@ -7,6 +7,7 @@
|
|||
nodeName,
|
||||
localDomainName,
|
||||
system,
|
||||
packages',
|
||||
...
|
||||
}: {
|
||||
nixos-x13s = {
|
||||
|
@ -193,7 +194,8 @@
|
|||
};
|
||||
|
||||
hardware.firmware = lib.mkBefore [
|
||||
nodeFlake.packages.${system}.x13s-ath11k-firmware
|
||||
packages'.x13s-bt-firmware
|
||||
packages'.x13s-ath11k-firmware
|
||||
];
|
||||
|
||||
# see https://linrunner.de/tlp/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue