Create nested module hierarchy
1 file changed, 5 insertions(+), 0 deletions(-)
changed files
M modules/x250.nix → modules/x250.nix
@@ -31,4 +31,9 @@ # when re-attaching to AC whilst on. SATA_LINKPWR_ON_BAT=medium_power SATA_LINKPWR_BLACKLIST="host1" ''; + + imports = [ + ./intel-gpu.nix + ./thinkpad.nix + ]; }