{ lib, suites, profiles, ... }: { imports = lib.lists.flatten [ (with suites; [ graphic develop ]) (with profiles; [ boot.grub networking.wireless (with hardware; [ sound gpu.amdgpu laptop ]) btrfs ]) ./hardware-configuration.nix ]; networking.interfaces.wlp1s0.useDHCP = true; system.stateVersion = "21.11"; }