fix: custom lib is under lib.our

This commit is contained in:
Infinidoge 2021-09-20 21:41:58 -04:00
parent e4217a7a4a
commit 15ec32b214

View file

@ -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 = [ ];