all repos — archive/nixos-configuration @ 0f2c55992677e78d5d2908d0648e410ef9b27436

Superseded by nixfiles

Organise modules into folders

Alan Pearce
commit

0f2c55992677e78d5d2908d0648e410ef9b27436

parent

496b4ed379afe7f1e0563243a0a5efe0857fe3bb

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M modules/thinkpad.nixmodules/hardware/thinkpad.nix
@@ -31,5 +31,6 @@ };
imports = [ ./bare-metal.nix + ./laptop.nix ]; }