From dc8c63666d0065dd2771c7fa3a897d5c35dd1252 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 20 Jan 2022 14:42:46 +0900 Subject: home/base, nixos/alpha: add doas --- home/profiles/base/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'home/profiles') diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index 45e8209..8b0b932 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -150,6 +150,17 @@ in sha256 = "03r6hpb5fy4yaakqm3lbf4xcvd408r44jgpv4lnzl9asp4sb9qc0"; }; } + + { + name = "doas-zsh-plugin"; + src = pkgs.fetchFromGitHub { + owner = "anatolykopyl"; + repo = "doas-zsh-plugin"; + rev = "17d0b55ca2acd12f7acc9e38c4ecaf413725be18"; + sha256 = "sha256-10rcF9cho9GuZCFQVIdFjvHCAlTLHNaLY4twxjT2jcE="; + }; + file = "doas.plugin.zsh"; + } ]; shellAliases = config.programs.zshell.aliases; -- cgit 1.4.1