diff options
Diffstat (limited to 'home/nushell.nix')
| -rw-r--r-- | home/nushell.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/nushell.nix b/home/nushell.nix index 0d1f072..b86625f 100644 --- a/home/nushell.nix +++ b/home/nushell.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ config, pkgs, ... }: { programs.nushell = { @@ -19,6 +19,7 @@ wifi = "${pkgs.impala}/bin/impala"; youtube = "${pkgs.pipe-viewer}/bin/pipe-viewer"; }; + extraEnv = ''''; extraConfig = '' def ns [] { ${pkgs.nix-search-tv}/bin/nix-search-tv print | ${pkgs.fzf}/bin/fzf --preview "${pkgs.nix-search-tv}/bin/nix-search-tv preview {}" --scheme history |
