all repos — nixfiles @ 3f6be3b842d2c5172c79f3603f74afa23990cbce

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

Enable tabnine on nanopi
Alan Pearce alan@alanpearce.eu
Tue, 23 May 2023 00:31:45 +0200
commit

3f6be3b842d2c5172c79f3603f74afa23990cbce

parent

7a16a3218bc31543983572f8df986b2b40fa8fdf

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

jump to
M user/nanopi.nixuser/nanopi.nix
@@ -1,6 +1,7 @@ { pkgs, ... }:
 {
   imports = [
+    ./modules/tabnine.nix
     ./settings/base.nix
     ./settings/development/base.nix
     ./settings/git.nix