system/modules/home-manager/programs/terminals/default.nix

10 lines
72 B
Nix

{ ... }:
{
imports = [
./alacritty.nix
./wezterm.nix
];
}