mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 06:19:11 +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
|
./home-manager.nix
|
||||||
./nixos.nix
|
./nixos.nix
|
||||||
./nixvim.nix
|
./nixvim.nix
|
||||||
|
|
||||||
|
# Subprojects.
|
||||||
|
./bahaghari.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
_module.args = {
|
_module.args = {
|
||||||
|
Loading…
Reference in New Issue
Block a user