From 6a718ca63338f13b2ae1ddf4b9d73d790c6a29d2 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Wed, 20 Dec 2023 15:01:34 +0100 Subject: format nix files --- nixos/hardware/default.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'nixos/hardware/default.nix') diff --git a/nixos/hardware/default.nix b/nixos/hardware/default.nix index 0e8dc15..0405ff4 100644 --- a/nixos/hardware/default.nix +++ b/nixos/hardware/default.nix @@ -1,7 +1,6 @@ -{ nixos-hardware, ... }: - -{ - imports = [ # Include the results of the hardware scan. +{nixos-hardware, ...}: { + imports = [ + # Include the results of the hardware scan. ./hardware-configuration.nix # Community-curated hardware configuration @@ -22,5 +21,5 @@ }; # faulty Intel CPU - boot.kernelParams = [ "i915.dc_enable=0" "intel_idle.max_cstate=1" ]; + boot.kernelParams = ["i915.dc_enable=0" "intel_idle.max_cstate=1"]; } -- cgit v1.2.3