nixos-config/subprojects/bahaghari/default.nix

19 lines
368 B
Nix
Raw Normal View History

2024-02-24 02:36:28 +00:00
# This is just kept for future compatiblity in case we require pkgs or something.
{ }:
{
nixosModules = {
"bahaghari/tinted-theming" = ./modules/tinted-theming;
};
homeModules = {
"bahaghari/tinted-theming" = ./modules/tinted-theming;
};
nixvimModules = {
"bahaghari/tinted-theming" = ./modules/tinted-theming;
};
bahaghariLib = ./lib;
}