Create nested module hierarchy
1 file changed, 4 insertions(+), 0 deletions(-)
changed files
M modules/thinkpad.nix → modules/thinkpad.nix
@@ -28,4 +28,8 @@ START_CHARGE_THRESH_BAT1=70 STOP_CHARGE_THRESH_BAT1=80 ''; }; + + imports = [ + ./bare-metal.nix + ]; }