This commit is contained in:
2024-03-02 10:40:21 +01:00
parent 175aa62fd9
commit 59bc243ed9
4 changed files with 13 additions and 11 deletions

View File

@@ -1,6 +1,12 @@
{ pkgs, config, ... }:
programs.neovim = {
enable = true;
{
#home.packages = with pkgs; [
#neovim
#];
programs.neovim = {
enable = true;
};
}