nichts/modules/options/style/module.nix

12 lines
104 B
Nix

{
lib,
pkgs,
config,
}: let
in {
imports = [
./stylix.nix
./qt.nix
./gtk.nix
];
}