summary refs log tree commit diff stats
path: root/user/nanopi.nix
diff options
context:
space:
mode:
authorAlan Pearce2023-05-05 21:06:26 +0200
committerAlan Pearce2023-05-05 21:06:26 +0200
commit72730a57b3edf742a878a3e3c71b3b07c12674d7 (patch)
tree94799f8ab4672b6013faf25742b4efb2dbf5e224 /user/nanopi.nix
parent5a41b66a72744c0469783d2816ec78460a007f74 (diff)
downloadnixfiles-72730a57b3edf742a878a3e3c71b3b07c12674d7.tar.lz
nixfiles-72730a57b3edf742a878a3e3c71b3b07c12674d7.tar.zst
nixfiles-72730a57b3edf742a878a3e3c71b3b07c12674d7.zip
nanopi: cleanup root config
Diffstat (limited to 'user/nanopi.nix')
-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";
   };