feat(Infini-DESKTOP): add develop suite

This commit is contained in:
Infinidoge 2021-10-04 09:32:16 -04:00
parent beb6b9a7e7
commit afd6110edb

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; [
boot.systemd-boot