{ pkgs, lib, outputs, ... }: {
imports = [
#
];
home.packages = with pkgs; [ alacritty brave libreoffice nextcloud-client ];
services.espanso.enable = true;
}