mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -05:00
8 lines
95 B
Nix
Executable File
8 lines
95 B
Nix
Executable File
_: {
|
|
programs.nixvim = {
|
|
plugins.indent-blankline = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|