feat: flesh out Infini-LAPTOP
This commit is contained in:
parent
cd36c98ff5
commit
5bd8f796f1
1 changed files with 18 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue