# nixvim-config ## Installation Add the following to the `inputs` section of your flake.nix: ```nix nixvim-config.url = "github:homefree/nixvim-config"; ``` And add the following module: ```nix @TODO ```