{ config, lib, pkgs, ... }: { xdg.enable = true; imports = [ ./common.nix ./i3.nix ]; programs.alacritty = { enable = true; settings = { env.TERM = "xterm-256color"; }; }; }