Fix common module imports for fw13 common module
This commit is contained in:
parent
da7e364c3d
commit
5f6b875273
|
@ -1,7 +1,7 @@
|
||||||
{ lib, pkgs, ... }: {
|
{ lib, pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
../common/pc/laptop
|
../../common/pc/laptop
|
||||||
../common/pc/laptop/ssd
|
../../common/pc/laptop/ssd
|
||||||
];
|
];
|
||||||
|
|
||||||
# Fix TRRS headphones missing a mic
|
# Fix TRRS headphones missing a mic
|
||||||
|
|
Loading…
Reference in a new issue