add lsp and change vim theme to catpppuccin-mocha

This commit is contained in:
2025-02-04 15:57:30 +01:00
parent f76846d8f3
commit 730c6fa341
3 changed files with 26 additions and 2 deletions

View File

@ -1,6 +1,11 @@
{config, lib, pkgs, ...}:
{
home.packages = with pkgs;[
clang-tools
nodejs_23
];
home.file = {
".config/nvim/init.vim".source = ../dotfiles/config/nvim/init.vim;
".vimrc".source = ../dotfiles/vimrc;