feat: flesh out Infini-LAPTOP

This commit is contained in:
Infinidoge 2021-09-10 10:52:25 -04:00
parent cd36c98ff5
commit 5bd8f796f1

View file

@ -1 +1,18 @@
{ ... }: { }
{ suites, profiles, pkgs, ... }: {
imports = suites.graphic
++ [ ./hardware-configuration.nix ]
++ (with profiles;
[
boot.systemd-boot
networking.wireless
hardware.sound
hardware.amdgpu
# peripherals.printing
]
);
system.stateVersion = "21.11";
}