diff options
Diffstat (limited to '')
| -rw-r--r-- | hm/zsh/default.nix | 13 |
1 files changed, 13 insertions, 0 deletions
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"; |
