summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/nanopi.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/user/nanopi.nix b/user/nanopi.nix
index 130e985e..2c94e82c 100644
--- a/user/nanopi.nix
+++ b/user/nanopi.nix
@@ -1,6 +1,4 @@
-{ config
-, ...
-}:
+{ ... }:
 {
   imports = [
     ./settings/base.nix
@@ -10,10 +8,8 @@
     ./settings/music-management.nix
     ./settings/zsh.nix
   ];
-  config.programs.tabnine = false;
   home = {
     username = "alan";
-    sessionVariables.EDITOR = "${config.programs.neovim.finalPackage}/bin/nvim";
     homeDirectory = "/home/alan";
     stateVersion = "22.11";
   };