feat: adds back overlays and adds nix-search-fzf stolen from this file: https://github.com/IvarWithoutBones/dotfiles/blob/main/home-manager/modules/zsh.nix#L65

This commit is contained in:
Ahwx 2025-08-12 15:21:06 +02:00
parent 071540b706
commit 16fee58705
4 changed files with 285 additions and 1 deletions

View file

@ -1,3 +1,3 @@
{
addition = final: _: import ../pkgs { pkgs = final; };
addition = final: _: import ../pkgs/default.nix { pkgs = final; };
}