nichts/modules/styling/default.nix
2024-08-09 16:09:22 +02:00

8 lines
87 B
Nix

_: {
imports = [
./stylix.nix
./quickshell
./qt.nix
./gtk.nix
];
}