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

11 lines
87 B
Nix
Raw Normal View History

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