mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-08 04:38:06 +01:00
7 lines
77 B
Nix
7 lines
77 B
Nix
{ ... }:
|
|
{
|
|
programs.nixvim.plugins.guess-indent = {
|
|
enable = true;
|
|
};
|
|
}
|