Organise modules into folders
1 file changed, 4 insertions(+), 6 deletions(-)
changed files
M modules/x250.nix → modules/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 ]; }