1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-01-02 23:09:50 +01:00
neovim-flake/modules/plugins/assistant/chatgpt/default.nix
2024-04-21 05:20:31 +03:00

6 lines
58 B
Nix

{
imports = [
./chatgpt.nix
./config.nix
];
}