diff --git a/hm_modules/development/rust.nix b/hm_modules/development/rust.nix index 00d11b6..4212aeb 100644 --- a/hm_modules/development/rust.nix +++ b/hm_modules/development/rust.nix @@ -28,7 +28,8 @@ cargo-watch cargo-workspaces clippy + rustc rustfmt - ] ++ lib.optionals config.programs.helix.enable [ rust-analyzer ] + ] ++ lib.optionals config.programs.helix.enable [ lldb rust-analyzer ] ++ lib.optionals config.programs.kakoune.enable [ rust-analyzer ]; }