mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
removed notmuch
This commit is contained in:
parent
c038fa3228
commit
11b1eb654d
6 changed files with 25 additions and 57 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue