Files
nixos-dotfiles/modules/desktop/terminal/default.nix

11 lines
93 B
Nix

_:
{
imports = [
./all.nix
./alacritty
./foot
./kitty
./ghostty
];
}