Desktop config

This commit is contained in:
2024-06-06 09:10:17 +02:00
parent 32d4107ef5
commit 45a94ed302
2 changed files with 8 additions and 1 deletions

View File

@@ -11,6 +11,13 @@
insert = "bar";
};
};
languages = {
language-server.rust-analyzer.config = {
cargo = {
features = "all";
};
};
};
themes = {
base16 = let
base00 = "#${config.colorScheme.palette.base00}";