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, ... }: {
|
{ 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";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue