aboutsummaryrefslogtreecommitdiffstats
path: root/hm
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2026-04-24 16:13:00 +0200
committerSilas Schöffel <sils@sils.li>2026-04-24 16:13:00 +0200
commitd58487a5cd063ef1bee3cb78fc370721ec49d66d (patch)
tree87bc597bb0d50646a8c6e7dd6e2f30b17ee012d4 /hm
parentflatpak: use impermanance (diff)
downloadnix-config-d58487a5cd063ef1bee3cb78fc370721ec49d66d.zip
zsh: add zsh-nix-shell plugin
Diffstat (limited to '')
-rw-r--r--hm/zsh/default.nix13
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";