all repos — nixfiles @ 7b279e780097ef414ff716b35fe9c62b93b32a81

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

TabNine: Enable local ML-based completions except on satoshipad
Alan Pearce alan@alanpearce.eu
Mon, 13 Jan 2020 18:26:14 +0100
commit

7b279e780097ef414ff716b35fe9c62b93b32a81

parent

4ab7cc1abc1996ce49c7e583be7054e14ef16af7

2 files changed, 2 insertions(+), 1 deletions(-)

jump to
M user/satoshipad.nixuser/satoshipad.nix
@@ -27,6 +27,7 @@ ]; 
   home.sessionVariables.EMAIL = "alan@satoshipay.io";
   home.sessionVariables.BROWSER = "firefox-devedition";
+  programs.tabnine.config.local_enabled = "No";
 
   xsession.windowManager.i3 = {
     config = {
M user/settings/tabnine.nixuser/settings/tabnine.nix
@@ -34,7 +34,7 @@ cloud_whitelist = [ ];       api_key = null;
       api_key_service_level = null;
       api_base_url = null;
-      local_enabled = "No";
+      local_enabled = "Yes";
       disable_local_when_using_battery = true;
       hide_deep_information_message = false;
       enable_power_saving_mode = false;