diff options
author | sefidel <contact@sefidel.net> | 2022-09-21 22:30:34 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-09-21 22:37:57 +0900 |
commit | b7f43dcf2148bda3f29a49bb7955061433415c4e (patch) | |
tree | 1d477f0417c4643e98df2cf89a67c178add1f811 /home/profiles | |
parent | a95582684d462d510db1408db1a7c4383f5034df (diff) | |
download | nixrc-b7f43dcf2148bda3f29a49bb7955061433415c4e.tar.gz nixrc-b7f43dcf2148bda3f29a49bb7955061433415c4e.zip |
feat(home/base-darwin): add zsh-sudo plugin
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/base-darwin/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/home/profiles/base-darwin/default.nix b/home/profiles/base-darwin/default.nix index 53421bf..6519894 100644 --- a/home/profiles/base-darwin/default.nix +++ b/home/profiles/base-darwin/default.nix @@ -106,6 +106,15 @@ in sha256 = "03r6hpb5fy4yaakqm3lbf4xcvd408r44jgpv4lnzl9asp4sb9qc0"; }; } + { + name = "zsh-sudo"; + src = pkgs.fetchFromGitHub { + owner = "none9632"; + repo = "zsh-sudo"; + rev = "33d81184e2998b8484b494e77c8e35f74b8580ff"; + sha256 = "sha256-2ZQJMNaPTtx/kIvs5TF/ojiecNT8jaZvSzoVAFXmxgQ="; + }; + } ]; shellAliases = config.programs.zshell.aliases; |