From 2800ef59bf3ff1ecf1ae39d37f4783e33d880e5d Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Fri, 17 Oct 2025 13:24:31 +0100 Subject: [PATCH] feat(nixvim@modules): added rustfmt --- nix/modules/nixvim/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/modules/nixvim/home.nix b/nix/modules/nixvim/home.nix index 1038f24..1738dbe 100644 --- a/nix/modules/nixvim/home.nix +++ b/nix/modules/nixvim/home.nix @@ -19,6 +19,7 @@ in config.home.packages = with pkgs; [ # formatters nixfmt + rustfmt # misc ripgrep ];