neovim -> coc-nvim

This commit is contained in:
2024-03-16 15:22:46 +01:00
parent b40f2610c4
commit 8ebab2e50e
7 changed files with 319 additions and 11 deletions

View File

@@ -12,5 +12,5 @@
};
};
home.packages = with pkgs; [ xmobar maim xdotool ];
home.packages = with pkgs; [ xmobar maim xdotool xorg.xmessage ];
}