Add pianonix, create modules and augment others
This commit is contained in:
@ -25,8 +25,12 @@ in {
|
||||
options.modules.neovim = { enable = mkOption { default = false; }; };
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
programs = {
|
||||
neovim = let
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
VISUAL = "nvim";
|
||||
};
|
||||
|
||||
programs.neovim = let
|
||||
toLua = str: ''
|
||||
lua << EOF
|
||||
${str}
|
||||
|
Reference in New Issue
Block a user