universe/hosts/Infini-SERVER/default.nix

11 lines
221 B
Nix

{ suites, profiles, pkgs, lib, ... }: {
imports = lib.our.flattenListSet {
suites = with suites; [ base ];
imports = [ ];
profiles = with profiles; [
boot.grub
hardware.gpu.nvidia
];
};
}