fix(temp): change lib.our to test
This commit is contained in:
parent
e2898d00fb
commit
72059d7736
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{ config, self, lib, pkgs, ... }: {
|
||||
{ config, self, lib, pkgs, test, ... }: {
|
||||
home-manager.users.infinidoge = { suites, profiles, ... }: {
|
||||
imports = lib.our.flattenListSet {
|
||||
imports = test.flattenListSet {
|
||||
suites = with suites; [ base ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue