Create nested module hierarchy
1 file changed, 5 insertions(+), 0 deletions(-)
changed files
M modules/t470s.nix → modules/t470s.nix
@@ -16,4 +16,9 @@ environment.systemPackages = with pkgs; [ nvme-cli ]; + + imports = [ + ./intel-gpu.nix + ./thinkpad.nix + ]; }