add tmux to home-manager and removed yaml lsp from nixvim

This commit is contained in:
Sam 2024-08-03 12:58:38 +01:00
parent 9f5e92d452
commit f6b8aeca69
2 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,7 @@
htop
postgresql
libqalculate
tmux
;
};
home.stateVersion = "24.05";

View File

@ -8,7 +8,6 @@
bashls = { enable = true; };
pyright = { enable = true; };
html = { enable = true; };
yamlls = { enable = true; };
marksman = { enable = true; };
ccls = { enable = true; };
cssls = { enable = true; };