nix/modules/desktop/styling/default.nix
2024-08-31 17:05:26 +02:00

8 lines
55 B
Nix

{
imports = [
./qt
./gtk
./stylix
];
}