flake: include Bahaghari

Just a testing option for my private projects.
This commit is contained in:
Gabriel Arazas 2024-02-22 15:14:19 +08:00
parent de6d5dc5b4
commit 846b5405d7
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# 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;
};
};
}

View File

@ -8,6 +8,9 @@
./home-manager.nix
./nixos.nix
./nixvim.nix
# Subprojects.
./bahaghari.nix
];
_module.args = {