all repos — archive/nixos-configuration @ 496b4ed379afe7f1e0563243a0a5efe0857fe3bb

Superseded by nixfiles

Create nested module hierarchy

Alan Pearce
commit

496b4ed379afe7f1e0563243a0a5efe0857fe3bb

parent

b48da7c8cafca69b44b2d39f36761647f393e069

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M modules/x250.nixmodules/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 + ]; }