mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +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 = {
|
||||
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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user