style: reformat imports

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

View file

@ -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";