fix: missing neovim option set
This commit is contained in:
2
home.nix
2
home.nix
@@ -8,7 +8,7 @@
|
||||
cfg = config.neovim;
|
||||
in
|
||||
with lib; {
|
||||
options = {
|
||||
options.neovim = {
|
||||
enable = mkOption {
|
||||
type = with types; bool;
|
||||
default = true;
|
||||
|
||||
Reference in New Issue
Block a user