1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-02-13 20:02:44 +01:00
neovim-flake/modules/terminal/toggleterm/default.nix

6 lines
64 B
Nix

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