nichts/modules/options/style/module.nix

13 lines
104 B
Nix
Raw Normal View History

2024-07-20 13:56:02 +02:00
{
lib,
pkgs,
config,
}: let
in {
imports = [
./stylix.nix
./qt.nix
./gtk.nix
];
}