mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
19 lines
368 B
Nix
19 lines
368 B
Nix
# 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;
|
|
}
|