Skip to content

mrene/fzf-nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fzf-nix

What does it do?

Fuzzy search through nixpkgs.

Usage

asciicast

fzf-nix can be added to your configuration and will generate the package list from the nixpkgs input.

Try it out with nix run github:mrene/fzf-nix

{
  inputs.fzf-nix = {
      url = "github:mrene/fzf-nix";
      fzf-nix.inputs.nixpkgs.follows = "nixpkgs";
  };
}

About

Fuzzy search through nixpkgs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages