From d58487a5cd063ef1bee3cb78fc370721ec49d66d Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Fri, 24 Apr 2026 16:13:00 +0200 Subject: zsh: add zsh-nix-shell plugin --- hm/zsh/default.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'hm') diff --git a/hm/zsh/default.nix b/hm/zsh/default.nix index 899bce5..23f4dd0 100644 --- a/hm/zsh/default.nix +++ b/hm/zsh/default.nix @@ -28,6 +28,19 @@ WALLPAPER = "${self}/files/wallpaper.jpg"; }; + plugins = [ + { + name = "zsh-nix-shell"; + file = "nix-shell.plugin.zsh"; + src = pkgs.fetchFromGitHub { + owner = "chisui"; + repo = "zsh-nix-shell"; + rev = "v0.8.0"; + sha256 = "1lzrn0n4fxfcgg65v0qhnj7wnybybqzs4adz7xsrkgmcsr0ii8b7"; + }; + } + ]; + shellAliases = { vim = "nvim"; ls = "lsd"; -- cgit 1.4.1