From b68737baf9f8ff6cb6f42b3781b995598bc8ba80 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 10 Dec 2023 07:47:38 -0500 Subject: seth: install attic --- users/seth/shell/fish.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'users/seth/shell/fish.nix') diff --git a/users/seth/shell/fish.nix b/users/seth/shell/fish.nix index fc241d0..279b021 100644 --- a/users/seth/shell/fish.nix +++ b/users/seth/shell/fish.nix @@ -1,5 +1,6 @@ { config, + lib, pkgs, ... }: { @@ -13,7 +14,7 @@ source $nixfile end - nix-your-shell fish | source + ${lib.getExe pkgs.nix-your-shell} fish | source abbr -a !! --position anywhere --function last_history_item ''; -- cgit v1.2.3