{lib, ...}: {
imports = [
./cursor.nix
./gtk.nix
];
theme.cursor.enable = lib.mkDefault true;
theme.gtk.enable = lib.mkDefault true;
}