all repos — nixfiles @ 496b4ed379afe7f1e0563243a0a5efe0857fe3bb

System and user configuration, managed by nix and home-manager

Create nested module hierarchy

Alan Pearce
commit

496b4ed379afe7f1e0563243a0a5efe0857fe3bb

parent

b48da7c8cafca69b44b2d39f36761647f393e069

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

changed files
M modules/t470s.nixmodules/t470s.nix
@@ -16,4 +16,9 @@
environment.systemPackages = with pkgs; [ nvme-cli ]; + + imports = [ + ./intel-gpu.nix + ./thinkpad.nix + ]; }