diff --git a/roles/home/zsh.nix b/roles/home/zsh.nix index 8f272b0..67f0596 100644 --- a/roles/home/zsh.nix +++ b/roles/home/zsh.nix @@ -1,7 +1,7 @@ -{ pkgs, lib, ... }: +{ pkgs, ... }: let - commitFunctions = pkgs.writeTextDir "bin" (builtins.readFile ./scripts/commits.sh); + commitFunctions = pkgs.writeTextDir "bin/commits.sh" (builtins.readFile ./scripts/commits.sh); in { home.packages = with pkgs; [ any-nix-shell ];