feat: move x13s specific packages in top-level flake
this allows them to be reused more easily
This commit is contained in:
parent
186488456c
commit
e4bc0b4ec4
4 changed files with 75 additions and 9 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