nichts/modules/options/style/module.nix

8 lines
80 B
Nix
Raw Normal View History

2024-07-21 15:11:55 +02:00
_: {
2024-07-20 13:56:02 +02:00
imports = [
./stylix.nix
2024-07-21 15:11:55 +02:00
# ./qt.nix
# ./gtk.nix
2024-07-20 13:56:02 +02:00
];
}