removed notmuch

This commit is contained in:
Rouven Seifert 2023-05-15 22:59:59 +02:00
parent c038fa3228
commit 11b1eb654d
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
6 changed files with 25 additions and 57 deletions

View file

@ -4,7 +4,7 @@
gdb
lldb
rust-analyzer
nil
rnix-lsp
(python3.withPackages (ps: with ps; [
pyls-isort
pylsp-mypy
@ -29,6 +29,13 @@
"ui.background" = "{}";
"ui.virtual.inlay-hint" = { fg = "#666666"; };
};
languages = [
{
name = "nix";
auto-format = true;
language-server.command = "rnix-lsp";
}
];
settings = {
theme = "dracula-transparent";
editor = {