summaryrefslogtreecommitdiff
path: root/users/seth/shell/zsh.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-10 07:47:38 -0500
committerseth <[email protected]>2023-12-10 07:47:38 -0500
commitb68737baf9f8ff6cb6f42b3781b995598bc8ba80 (patch)
tree86cd0e1d09bb51808d421a63740812e180e66df9 /users/seth/shell/zsh.nix
parent90411b997c347ec133c3e61b0d1f2c8682e994c1 (diff)
seth: install attic
Diffstat (limited to 'users/seth/shell/zsh.nix')
-rw-r--r--users/seth/shell/zsh.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/seth/shell/zsh.nix b/users/seth/shell/zsh.nix
index 23d5813..2842a1f 100644
--- a/users/seth/shell/zsh.nix
+++ b/users/seth/shell/zsh.nix
@@ -1,5 +1,6 @@
{
config,
+ lib,
pkgs,
...
}: {
@@ -30,7 +31,7 @@
promptinit
colors
- nix-your-shell zsh | source /dev/stdin
+ ${lib.getExe pkgs.nix-your-shell} zsh | source /dev/stdin
zmodload zsh/zutil
zmodload zsh/complist