nichts/modules/style/module.nix

8 lines
91 B
Nix

_: {
imports = [
./colors.nix
./fonts.nix
./gtk.nix
./theming.nix
];
}