7 lines
75 B
Nix
7 lines
75 B
Nix
{
|
|
programs.nixvim.opts = {
|
|
shiftwidth = 2;
|
|
tabstop = 2;
|
|
};
|
|
}
|