Reformat files with alejandra
1 file changed, 7 insertions(+), 4 deletions(-)
changed files
M system/settings/hardware/thinkpad.nix → system/settings/hardware/thinkpad.nix
@@ -1,7 +1,10 @@ -{ config, pkgs, ... }: - -{ boot.kernelModules = [ ]; - boot.blacklistedKernelModules = [ "thinkpad_ec" ]; +{ + config, + pkgs, + ... +}: { + boot.kernelModules = []; + boot.blacklistedKernelModules = ["thinkpad_ec"]; boot.extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];