feat: add develop suite to infinidoge

This commit is contained in:
Infinidoge 2021-09-26 00:10:26 -04:00
parent 742c9fd7a2
commit c1ca1a8eeb

View file

@ -1,4 +1,8 @@
{ config, self, lib, pkgs, test, ... }: { { config, self, lib, pkgs, suites, profiles, test, ... }: {
imports = lib.our.flattenListSet {
suites = with suites; [ develop ];
};
home-manager.users.infinidoge = { suites, profiles, ... }: { home-manager.users.infinidoge = { suites, profiles, ... }: {
imports = test.flattenListSet { imports = test.flattenListSet {
suites = with suites; [ base ]; suites = with suites; [ base ];