{ pkgs, theme, ... }: {
imports = [
./${theme}/mako-conf.nix
./${theme}/rofi-conf.nix
./${theme}/swaylock-conf.nix
./${theme}/wlogout-conf.nix
# GTK theme applied in
./swayosd-conf.nix
];
}