feat: add develop suite to infinidoge
This commit is contained in:
parent
742c9fd7a2
commit
c1ca1a8eeb
1 changed files with 5 additions and 1 deletions
|
@ -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, ... }: {
|
||||
imports = test.flattenListSet {
|
||||
suites = with suites; [ base ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue