11 lines
142 B
Nix
11 lines
142 B
Nix
|
{
|
||
|
programs.nixvim = {
|
||
|
autoCmd = [
|
||
|
{
|
||
|
event = [ "VimEnter" ];
|
||
|
command = ":TransparentEnable";
|
||
|
}
|
||
|
];
|
||
|
};
|
||
|
}
|