refactor: move Infini-SWIFT to lib.flattenListSet
This commit is contained in:
parent
a01889dcbf
commit
9a17c99188
1 changed files with 13 additions and 12 deletions
|
@ -1,16 +1,17 @@
|
||||||
{ suites, profiles, pkgs, ... }: {
|
{ suites, profiles, pkgs, lib, ... }: {
|
||||||
imports = suites.graphic
|
imports = lib.flattenListSet {
|
||||||
++ [ ./hardware-configuration.nix ]
|
suites = suites.graphic;
|
||||||
++ (with profiles;
|
imports = [ ./hardware-configuration.nix ];
|
||||||
[
|
profiles = with profiles;
|
||||||
boot.grub
|
[
|
||||||
|
boot.grub
|
||||||
|
|
||||||
networking.wireless
|
networking.wireless
|
||||||
hardware.sound
|
hardware.sound
|
||||||
hardware.amdgpu
|
hardware.amdgpu
|
||||||
# peripherals.printing
|
# peripherals.printing
|
||||||
]
|
];
|
||||||
);
|
};
|
||||||
|
|
||||||
info.monitors = 1;
|
info.monitors = 1;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue