nix/modules/styling/default.nix

8 lines
51 B
Nix
Raw Normal View History

2024-08-31 16:04:57 +02:00
{
imports = [
./qt
2024-08-31 16:35:44 +02:00
# ./gkt
2024-08-31 16:04:57 +02:00
./stylix
];
}