nvf/modules/terminal/default.nix
2023-02-06 02:44:38 +03:00

6 lines
47 B
Nix

_: {
imports = [
./toggleterm.nix
];
}