From 6bd2d69a5806d9cc498a65ddc7fc79a199140b55 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sat, 13 Jun 2026 23:05:19 -0400 Subject: format using alejandra --- hosts/icon/hardware-configuration.nix | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'hosts/icon/hardware-configuration.nix') diff --git a/hosts/icon/hardware-configuration.nix b/hosts/icon/hardware-configuration.nix index 4fdf938..2bbb7e6 100644 --- a/hosts/icon/hardware-configuration.nix +++ b/hosts/icon/hardware-configuration.nix @@ -7,9 +7,7 @@ pkgs, modulesPath, ... -}: - -{ +}: { imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; @@ -21,9 +19,9 @@ "usbhid" "sd_mod" ]; - boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-intel" ]; - boot.extraModulePackages = [ ]; + boot.initrd.kernelModules = []; + boot.kernelModules = ["kvm-intel"]; + boot.extraModulePackages = []; fileSystems."/" = { device = "/dev/disk/by-uuid/2e969677-74d5-4c22-a708-fa27ba11f2f9"; @@ -40,7 +38,7 @@ }; swapDevices = [ - { device = "/dev/disk/by-uuid/c562b7b7-2a7e-4416-8223-120956671eae"; } + {device = "/dev/disk/by-uuid/c562b7b7-2a7e-4416-8223-120956671eae";} ]; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; -- cgit v1.3.1