style/module.nix: add theming.nix

This commit is contained in:
Charlie Root 2025-03-14 09:45:24 +01:00
commit dc52a70980
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -2,5 +2,7 @@ _: {
imports = [
./colors.nix
./fonts.nix
./gtk.nix
./theming.nix
];
}