2024-03-03 23:43:47 +00:00
|
|
|
# Bahaghari's subproject. We're primarily exporting to use Bahaghari without
|
|
|
|
# referring to its flake which is bad since the lockfile will constantly
|
|
|
|
# update. Not a good look.
|
2024-02-25 10:13:39 +00:00
|
|
|
{ lib, ... }:
|
2024-02-22 07:14:19 +00:00
|
|
|
|
|
|
|
{
|
2024-02-25 10:13:39 +00:00
|
|
|
flake = {
|
|
|
|
bahaghariLib = ../../subprojects/bahaghari/lib;
|
|
|
|
homeModules.bahaghari = ../../subprojects/bahaghari/modules;
|
|
|
|
nixosModules.bahaghari = ../../subprojects/bahaghari/modules;
|
|
|
|
nixvimModules.bahaghari = ../../subprojects/bahaghari/modules;
|
|
|
|
};
|
2024-02-22 07:14:19 +00:00
|
|
|
}
|