From e4a38ccc775c9288d4cf2b7449ef07e823e146c5 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Sun, 3 Mar 2019 18:37:12 -0800 Subject: [PATCH] remove sudo plugin (unnecessary), in favor of a VI mode plugin --- nix/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home.nix b/nix/home.nix index 3f131aa..9b56ecf 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -55,9 +55,9 @@ with lib; enable = true; theme = "bureau"; plugins = [ + "vi-mode" "git" "z" - "sudo" "nix-shell" "tmuxinator" ];