Add initial lazyvim config
This commit is contained in:
10
home/modules/lazyvim/options.nix
Normal file
10
home/modules/lazyvim/options.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
lib,
|
||||
mylib,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
with mylib.modules; {
|
||||
enable = mkEnableOpt "LazyVim";
|
||||
alias = mkBoolOpt false "Link nvim to vim/vi";
|
||||
}
|
Reference in New Issue
Block a user