diff --git a/home/common/zsh.nix b/home/common/zsh.nix index e09f7f6..cdf130b 100644 --- a/home/common/zsh.nix +++ b/home/common/zsh.nix @@ -70,13 +70,8 @@ } { name = "zsh-sudo"; - src = pkgs.fetchFromGitHub { - owner = "hcgraf"; - repo = "zsh-sudo"; - rev = "d8084def6bb1bde2482e7aa636743f40c69d9b32"; - sha256 = "1dpm51w3wjxil8sxqw4qxim5kmf6afmkwz1yfhldpdlqm7rfwpi3"; - }; - file = "sudo.plugin.zsh"; + src = pkgs.oh-my-zsh; + file = "share/oh-my-zsh/plugins/sudo/sudo.plugin.zsh"; } { name = "zsh-fast-syntax-highlighting";