nixos-config/subprojects/bahaghari/modules/tinted-theming/default.nix
Gabriel Arazas 911476c37c
bahaghari: move into subprojects directory
This'll make it easier to transfer to a dedicated repo in case.
2024-02-23 14:47:49 +08:00

9 lines
132 B
Nix

# Bahaghari's Tinted Theming user-facing module set.
{
imports = [
./builder.nix
./schemes.nix
./templates.nix
];
}