non important commit

This commit is contained in:
maxstrb 2025-11-22 16:28:50 +01:00
parent d07ae5f55f
commit 2759df732e

View file

@ -9,6 +9,7 @@
programs.nvf = { programs.nvf = {
enable = true; enable = true;
enableManpages = true;
settings.vim = { settings.vim = {
theme = { theme = {
@ -78,13 +79,6 @@
rust = { rust = {
enable = true; enable = true;
crates.enable = false; crates.enable = false;
lsp = {
server = "rust-analyzer";
settings.rust-analyzer = {
checkOnSave.command = "clippy";
};
};
}; };
}; };