# Kakoune {#sec-kakoune}
Kakoune can be built to autoload plugins:
```nix
(kakoune.override {
plugins = with pkgs.kakounePlugins; [ parinfer-rust ];
})
```
Title: Kakoune Plugin Autoloading
Summary
Kakoune can be configured to automatically load plugins using Nix. The example shows how to autoload the `parinfer-rust` plugin.