style: reformat imports

This commit is contained in:
Infinidoge 2021-09-10 10:52:05 -04:00
parent d042634a91
commit cd36c98ff5

View file

@ -1,11 +1,11 @@
{ suites, profiles, pkgs, ... }: { { suites, profiles, pkgs, ... }: {
imports = suites.graphic imports = suites.graphic
++ [ ./hardware-configuration.nix ] ++ [ ./hardware-configuration.nix ]
++ (with profiles; [ ++ (with profiles;
[
boot.systemd-boot boot.systemd-boot
networking.wireless networking.wireless
hardware.sound hardware.sound
hardware.nvidia hardware.nvidia
# peripherals.printing # peripherals.printing