nvf/modules/plugins/terminal/default.nix

6 lines
40 B
Nix
Raw Normal View History

{
2023-02-05 23:44:38 +00:00
imports = [
./toggleterm
2023-02-05 23:44:38 +00:00
];
}