From cd36c98ff58312a000a75909d910160325b500c6 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 10 Sep 2021 10:52:05 -0400 Subject: [PATCH] style: reformat imports --- hosts/Infini-DESKTOP/default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hosts/Infini-DESKTOP/default.nix b/hosts/Infini-DESKTOP/default.nix index 2c2a143..91d441e 100644 --- a/hosts/Infini-DESKTOP/default.nix +++ b/hosts/Infini-DESKTOP/default.nix @@ -1,15 +1,15 @@ { suites, profiles, pkgs, ... }: { imports = suites.graphic ++ [ ./hardware-configuration.nix ] - ++ (with profiles; [ - boot.systemd-boot + ++ (with profiles; + [ + boot.systemd-boot - networking.wireless - - hardware.sound - hardware.nvidia - # peripherals.printing - ]); + networking.wireless + hardware.sound + hardware.nvidia + # peripherals.printing + ]); system.stateVersion = "21.05";