summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2023-05-23 00:31:45 +0200
committerAlan Pearce2023-05-23 00:31:45 +0200
commit3f6be3b842d2c5172c79f3603f74afa23990cbce (patch)
tree07e430c4d429d873c2f2f31b8920b366e6817a6e /user
parent7a16a3218bc31543983572f8df986b2b40fa8fdf (diff)
downloadnixfiles-3f6be3b842d2c5172c79f3603f74afa23990cbce.tar.lz
nixfiles-3f6be3b842d2c5172c79f3603f74afa23990cbce.tar.zst
nixfiles-3f6be3b842d2c5172c79f3603f74afa23990cbce.zip
Enable tabnine on nanopi
Diffstat (limited to 'user')
-rw-r--r--user/nanopi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/nanopi.nix b/user/nanopi.nix
index e3ce2d74..35bd903f 100644
--- a/user/nanopi.nix
+++ b/user/nanopi.nix
@@ -1,6 +1,7 @@
 { pkgs, ... }:
 {
   imports = [
+    ./modules/tabnine.nix
     ./settings/base.nix
     ./settings/development/base.nix
     ./settings/git.nix