7 lines
99 B
Nix
7 lines
99 B
Nix
# home-manager module
|
|
{
|
|
programs.neovide = {
|
|
enable = true;
|
|
settings.fork = true;
|
|
};
|
|
}
|