all repos — archive/nixos-configuration @ 0f2c55992677e78d5d2908d0648e410ef9b27436

Superseded by nixfiles

Organise modules into folders

Alan Pearce
commit

0f2c55992677e78d5d2908d0648e410ef9b27436

parent

496b4ed379afe7f1e0563243a0a5efe0857fe3bb

1 file changed, 4 insertions(+), 6 deletions(-)

changed files
M modules/x250.nixmodules/machines/x250.nix
@@ -1,9 +1,6 @@
{ config, pkgs, ... }: -{ imports = [ - ./synaptics.nix - ]; - boot.extraModulePackages = with config.boot.kernelPackages; [ +{ boot.extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
@@ -33,7 +30,8 @@ SATA_LINKPWR_BLACKLIST="host1"
''; imports = [ - ./intel-gpu.nix - ./thinkpad.nix + ../hardware/synaptics.nix + ../hardware/intel-gpu.nix + ../hardware/thinkpad.nix ]; }