mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 18:19:11 +00:00
flake: revert Bahaghari-related flake export
This commit is contained in:
parent
cac90f7435
commit
947f1da754
@ -1,7 +1,11 @@
|
||||
# Bahaghari's subproject.
|
||||
{ ... }:
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
# We'll simply copy over Bahaghari's default exports.
|
||||
flake = import ../../subprojects/bahaghari { };
|
||||
flake = {
|
||||
bahaghariLib = ../../subprojects/bahaghari/lib;
|
||||
homeModules.bahaghari = ../../subprojects/bahaghari/modules;
|
||||
nixosModules.bahaghari = ../../subprojects/bahaghari/modules;
|
||||
nixvimModules.bahaghari = ../../subprojects/bahaghari/modules;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user