mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
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:
parent
afbd5cd074
commit
87db9e9052
@ -4,12 +4,17 @@
|
|||||||
{
|
{
|
||||||
flake = {
|
flake = {
|
||||||
nixosModules = {
|
nixosModules = {
|
||||||
"bahaghari/tinted-theming" = ../../modules/bahaghari/modules/tinted-theming;
|
"bahaghari/tinted-theming" = ../../subprojects/bahaghari/modules/tinted-theming;
|
||||||
};
|
};
|
||||||
|
|
||||||
bahaghariLib = {
|
homeModules = {
|
||||||
default = ../../modules/bahaghari/lib;
|
"bahaghari/tinted-theming" = ../../subprojects/bahaghari/modules/tinted-theming;
|
||||||
tinted-theming = ../../modules/bahaghari/lib/tinted-theming.nix;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixvimModules = {
|
||||||
|
"bahaghari/tinted-theming" = ../../subprojects/bahaghari/modules/tinted-theming;
|
||||||
|
};
|
||||||
|
|
||||||
|
bahaghariLib = ../../subprojects/bahaghari/lib;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user