diff --git a/home.nix b/home.nix index a8c6bce..3570179 100644 --- a/home.nix +++ b/home.nix @@ -38,6 +38,8 @@ github-copilot-cli nerd-fonts.iosevka-term fzf + fd + bat # # It is sometimes useful to fine-tune packages, for example, by applying # # overrides. You can do that directly here, just don't forget the # # parentheses. Maybe you want to install Nerd Fonts with a limited number of @@ -114,6 +116,15 @@ hash = "sha256-6z3Wr2t8CP85xVEp6UCYaM2KC9PX4MDyx19f/wjHkb0="; }; } + { + name = "fzf-fish"; + src = pkgs.fetchFromGitHub { + owner = "PatrickF1"; + repo = "fzf.fish"; + rev = "v11.0"; + hash = "sha256-H7HgYT+okuVXo2SinrSs+hxAKCn4Q4su7oMbebKd/7s="; + }; + } ]; };