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

10 lines
72 B
Nix
Raw Normal View History

2024-04-16 02:51:46 +03:00
{ ... }:
{
imports = [
./alacritty.nix
./wezterm.nix
];
}