{ config , pkgs , theme , ... }: { imports = [ ./dunst.nix ./picom.nix ./redshift.nix ./sxhkd.nix ./mbsync.nix ]; services = { lorri.enable = true; gpg-agent = { enable = true; defaultCacheTtl = 86400; maxCacheTtl = 86400; pinentryFlavor = "curses"; }; }; }