nichts/modules/style/module.nix

9 lines
91 B
Nix
Raw Normal View History

2024-11-19 14:20:00 +01:00
_: {
2024-09-08 20:49:30 +02:00
imports = [
./colors.nix
./fonts.nix
2025-03-14 09:45:24 +01:00
./gtk.nix
./theming.nix
2024-09-08 20:49:30 +02:00
];
2024-08-15 23:13:09 +02:00
}