mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 01:48:50 +08:00
Fix common module imports for fw13 common module
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user