This commit is contained in:
Chris Kruining 2024-09-01 18:07:42 +02:00
parent c27b8cb325
commit 1ef2377cc9
4 changed files with 13 additions and 24 deletions

View file

@ -9,7 +9,7 @@ in
in { enable = mkEnableOption "neo-vim (nixvim)"; };
config = mkIf config.modules.desktop.editors.nvim.enable {
/*programs.nixvim = {
programs.nixvim = {
enable = true;
options = {
@ -43,6 +43,6 @@ in
];
};
};
};*/
};
};
}