all repos — nixfiles @ 72730a57b3edf742a878a3e3c71b3b07c12674d7

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

nanopi: cleanup root config

Alan Pearce
commit

72730a57b3edf742a878a3e3c71b3b07c12674d7

parent

5a41b66a72744c0469783d2816ec78460a007f74

1 file changed, 1 insertion(+), 5 deletions(-)

jump to
M user/nanopi.nixuser/nanopi.nix
@@ -1,6 +1,4 @@
-{ config -, ... -}: +{ ... }: { imports = [ ./settings/base.nix
@@ -10,10 +8,8 @@ ./settings/nixos.nix
./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"; };