From 72730a57b3edf742a878a3e3c71b3b07c12674d7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 5 May 2023 21:06:26 +0200 Subject: nanopi: cleanup root config --- user/nanopi.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'user/nanopi.nix') 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"; }; -- cgit 1.4.1