all repos — nixfiles @ 5016c7440ad771fd990e1aa142fc4de0bdc382bd

System and user configuration, managed by nix and home-manager

satoshipay: disable fzf in kubectx
Alan Pearce alan@alanpearce.eu
Mon, 30 Sep 2019 17:23:07 +0200
commit

5016c7440ad771fd990e1aa142fc4de0bdc382bd

parent

f8bc3637e4e363449d8849a6361da55b0dff7662

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M modules/satoshipay.nixmodules/satoshipay.nix
@@ -24,6 +24,9 @@ }; 
   nixpkgs.config.allowUnfree = true;
 
+  environment.variables = {
+    KUBECTX_IGNORE_FZF = "1";
+  };
   environment.systemPackages = with pkgs; [
     caddy
     openssl