mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
Fix common module imports for fw13 common module
This commit is contained in:
parent
da7e364c3d
commit
5f6b875273
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib, pkgs, ... }: {
|
||||
imports = [
|
||||
../common/pc/laptop
|
||||
../common/pc/laptop/ssd
|
||||
../../common/pc/laptop
|
||||
../../common/pc/laptop/ssd
|
||||
];
|
||||
|
||||
# Fix TRRS headphones missing a mic
|
||||
|
|
Loading…
Reference in a new issue