Fix module paths for common framework modules

This commit is contained in:
Kevin J Hoerr 2023-11-11 16:25:20 -05:00
parent 87d3381c78
commit a14a7746f9
No known key found for this signature in database
GPG key ID: 545818BE629C7D95
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ lib, ... }: { { lib, ... }: {
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

View file

@ -1,6 +1,6 @@
{ lib, pkgs, ... }: { { lib, pkgs, ... }: {
imports = [ imports = [
../../common/cpu/intel ../../../common/cpu/intel
]; ];
boot.kernelParams = [ boot.kernelParams = [