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, ... }: { { 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 ]);
]);
system.stateVersion = "21.05"; system.stateVersion = "21.05";