add tmux to home-manager and removed yaml lsp from nixvim
This commit is contained in:
parent
9f5e92d452
commit
f6b8aeca69
|
@ -26,6 +26,7 @@
|
|||
htop
|
||||
postgresql
|
||||
libqalculate
|
||||
tmux
|
||||
;
|
||||
};
|
||||
home.stateVersion = "24.05";
|
||||
|
|
|
@ -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; };
|
||||
|
|
Loading…
Reference in New Issue