From b829904e5d5ed5038aaea601e8b2d5ea7a730285 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Mon, 1 Dec 2025 17:19:35 +0100 Subject: [PATCH] home/zsh: change source to pkgs.oh-my-zsh --- home/common/zsh.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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";