style: reformat imports
This commit is contained in:
parent
d042634a91
commit
cd36c98ff5
1 changed files with 8 additions and 8 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue