mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
flake: include Bahaghari
Just a testing option for my private projects.
This commit is contained in:
parent
de6d5dc5b4
commit
846b5405d7
15
configs/flake-parts/bahaghari.nix
Normal file
15
configs/flake-parts/bahaghari.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
}
|
@ -8,6 +8,9 @@
|
||||
./home-manager.nix
|
||||
./nixos.nix
|
||||
./nixvim.nix
|
||||
|
||||
# Subprojects.
|
||||
./bahaghari.nix
|
||||
];
|
||||
|
||||
_module.args = {
|
||||
|
Loading…
Reference in New Issue
Block a user