mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 16:57:55 +00:00
16 lines
313 B
Nix
16 lines
313 B
Nix
# Bahaghari's subproject.
|
|
{ ... }:
|
|
|
|
{
|
|
flake = {
|
|
nixosModules = {
|
|
"bahaghari/tinted-theming" = ../../modules/bahaghari/modules/tinted-theming;
|
|
};
|
|
|
|
bahaghariLib = {
|
|
default = ../../modules/bahaghari/lib;
|
|
tinted-theming = ../../modules/bahaghari/lib/tinted-theming.nix;
|
|
};
|
|
};
|
|
}
|