mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: actually import nix-search-fzf
This commit is contained in:
parent
16fee58705
commit
a57b3e0102
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
{ pkgs }:
|
{ pkgs }:
|
||||||
{
|
{
|
||||||
wikit = pkgs.callPackage ./wikit/default.nix { };
|
wikit = pkgs.callPackage ./wikit/default.nix { };
|
||||||
|
nix-search-fzf = pkgs.callPackage ./nix-search-fzf/default.nix { };
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue