11 lines
130 B
Nix
11 lines
130 B
Nix
{
|
|
programs.nixvim = {
|
|
plugins.wtf = {
|
|
enable = true;
|
|
options = {
|
|
context = true;
|
|
};
|
|
};
|
|
};
|
|
}
|