From 95f7eaf5a92cf51cd983928624252076c8e3403b Mon Sep 17 00:00:00 2001 From: Leon Wilzer Date: Wed, 5 Mar 2025 18:44:52 +0100 Subject: [PATCH] rust --- common.nix | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/common.nix b/common.nix index a7714ec..d10e71a 100644 --- a/common.nix +++ b/common.nix @@ -442,8 +442,10 @@ in hyprpaper # Hyprpland backgrounds brightnessctl # brightness control cli rustc # rust compiler - rust-analyzer # Rust LSP - cargo # rust build tool + rustup # rust toolchain manager + bacon # continous rust checker + #rust-analyzer # Rust LSP + #cargo # rust build tool gcc # GNU Compiler Collections clang-tools # LSP Server + formatter nodePackages.vscode-json-languageserver # ZED Json LSP @@ -469,6 +471,8 @@ in qemu # Virtualization/Emulation bash # Compat jetbrains.idea-community # Java IDE + jetbrains.rust-rover # Rust IDE + jetbrains.clion # C/C++ IDE maven # Java Build tool jdk # Java development kit nixfmt-rfc-style # official nix formatter @@ -694,6 +698,12 @@ in telemetry = { metrics = false; }; + autosave = { + after_delay = { + milliseconds = 0; + }; + }; + hard_tabs = true; }; }; hyprlock = {