nix/modules/desktop/styling/default.nix

8 lines
55 B
Nix
Raw Normal View History

2024-08-31 16:04:57 +02:00
{
imports = [
2024-08-31 16:58:46 +02:00
./qt
2024-08-31 17:00:46 +02:00
./gtk
2024-08-31 16:58:46 +02:00
./stylix
2024-08-31 16:04:57 +02:00
];
}