From 0bb868bed142fafef73e4276d1a8d5617a6fea3c Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Fri, 14 Jul 2023 22:10:49 +0300 Subject: [PATCH] zsh-you-should-use --- home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home.nix b/home.nix index d54ac69..ae54b05 100644 --- a/home.nix +++ b/home.nix @@ -95,6 +95,11 @@ file = "nix-shell.plugin.zsh"; src = "${pkgs.zsh-nix-shell}/share/zsh-nix-shell"; } + { + name = "zsh-you-should-use"; + file = "you-should-use.plugin.zsh"; + src = "${pkgs.zsh-you-should-use}/share/zsh/plugins/you-should-use"; + } ]; initExtra = '' source "$HOME/.p10k.zsh"