11 lines
99 B
Nix
11 lines
99 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./all.nix
|
|
./alacritty
|
|
./foot
|
|
./kitty
|
|
./ghostty
|
|
];
|
|
}
|