nix/modules/wm/theme/default.nix
2024-10-04 16:16:47 +02:00

8 lines
55 B
Nix

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