Add nix-search-tv support, enable fish completions
Include nix-search-tv module and add it to home imports Add `nsf` alias for interactive package search with nix-search-tv Enable fish completions generation Comment out the previously allowed insecure packages list
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
programs.nix-search-tv = {
|
||||
enable = true;
|
||||
package = pkgs.nix-search-tv;
|
||||
settings.indexes = ["nixpkgs"];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user