all repos — nixfiles @ 4381adba4f542479b8863879e66cb9772bf833e2

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

user/modules/tabnine.nix (view raw)

1
2
3
4
5
6
7
8
{ config, pkgs, ... }:

{
  xdg.configFile.TabNine = {
    recursive = true;
    source = ../tabnine/.config/TabNine;
  };
}