flake: update Bahaghari flake outputs

This is primarily to avoid importing a "subflake" which will constantly update
the lockfile so we'll have this set instead.
This commit is contained in:
Gabriel Arazas 2024-02-23 18:15:51 +08:00
parent afbd5cd074
commit 87db9e9052
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -4,12 +4,17 @@
{
flake = {
nixosModules = {
"bahaghari/tinted-theming" = ../../modules/bahaghari/modules/tinted-theming;
"bahaghari/tinted-theming" = ../../subprojects/bahaghari/modules/tinted-theming;
};
bahaghariLib = {
default = ../../modules/bahaghari/lib;
tinted-theming = ../../modules/bahaghari/lib/tinted-theming.nix;
homeModules = {
"bahaghari/tinted-theming" = ../../subprojects/bahaghari/modules/tinted-theming;
};
nixvimModules = {
"bahaghari/tinted-theming" = ../../subprojects/bahaghari/modules/tinted-theming;
};
bahaghariLib = ../../subprojects/bahaghari/lib;
};
}