fix: custom lib is under lib.our
This commit is contained in:
parent
e4217a7a4a
commit
15ec32b214
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ config, self, lib, pkgs, ... }: {
|
{ config, self, lib, pkgs, ... }: {
|
||||||
home-manager.users.infinidoge = { suites, profiles, ... }: {
|
home-manager.users.infinidoge = { suites, profiles, ... }: {
|
||||||
imports = lib.flattenListSet {
|
imports = lib.our.flattenListSet {
|
||||||
suites = with suites; [ base ];
|
suites = with suites; [ base ];
|
||||||
profiles = with profiles; [ ];
|
profiles = with profiles; [ ];
|
||||||
imports = [ ];
|
imports = [ ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue