feat(Infini-SWIFT): add develop suite

This commit is contained in:
Infinidoge 2021-10-04 09:31:43 -04:00
parent 8696589186
commit beb6b9a7e7

View file

@ -1,6 +1,6 @@
{ suites, profiles, pkgs, lib, ... }: {
imports = lib.our.flattenListSet {
suites = suites.graphic;
suites = with suites; [ graphic develop ];
imports = [ ./hardware-configuration.nix ];
profiles = with profiles;
[