diff options
author | Alan Pearce | 2023-05-23 00:31:45 +0200 |
---|---|---|
committer | Alan Pearce | 2023-05-23 00:31:45 +0200 |
commit | 3f6be3b842d2c5172c79f3603f74afa23990cbce (patch) | |
tree | 07e430c4d429d873c2f2f31b8920b366e6817a6e /user | |
parent | 7a16a3218bc31543983572f8df986b2b40fa8fdf (diff) | |
download | nixfiles-3f6be3b842d2c5172c79f3603f74afa23990cbce.tar.lz nixfiles-3f6be3b842d2c5172c79f3603f74afa23990cbce.tar.zst nixfiles-3f6be3b842d2c5172c79f3603f74afa23990cbce.zip |
Enable tabnine on nanopi
Diffstat (limited to 'user')
-rw-r--r-- | user/nanopi.nix | 1 |
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 |