{ pkgs, ... }:
{
imports = [
./sway.nix
./term.nix
];
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
fira-code
}