From aef6e39c347982777fd7e7f958c6e15c53eeaf23 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 13 Jun 2022 19:23:49 +0200 Subject: [PATCH] Use `rust` module over `cargo` for zsh --- home/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/zsh.nix b/home/zsh.nix index e09f33c..ff3b100 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -18,7 +18,7 @@ plugins = [ "git" "gitignore" - "cargo" + "rust" "torrent" ]; };