summary refs log tree commit diff stats
path: root/user/modules/tabnine.nix
blob: f07850ed5f7ada4eac4aabaa504ceb2f543389fc (plain)
1
2
3
4
5
6
7
8
{ config, pkgs, ... }:

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