9 lines
72 B
Nix
9 lines
72 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./alacritty.nix
|
|
./wezterm.nix
|
|
];
|
|
|
|
}
|