I don't get what I am doing wrong with nixvim...

This commit is contained in:
Chris Kruining 2024-08-26 21:58:51 +02:00
parent f361605d58
commit 83774ef01e
3 changed files with 6 additions and 6 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
];
};
};
};
};*/
};
}