From dc897875f0f1f24f9b231fbc947426d28badf77b Mon Sep 17 00:00:00 2001 From: Aditya Date: Mon, 22 May 2023 23:05:29 +0530 Subject: [PATCH] remove nvim default home-manager --- home.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/home.nix b/home.nix index 9c0f1d7..ad38025 100644 --- a/home.nix +++ b/home.nix @@ -64,7 +64,6 @@ }; }; - environment.variables.EDITOR = "nvim" # programs.neovim = { # enable = true; @@ -73,7 +72,7 @@ # Home Manager is pretty good at managing dotfiles. The primary way to manage # plain files is through 'home.file'. - home.file = { + #home.file = { # # Building this configuration will create a copy of 'dotfiles/screenrc' in # # the Nix store. Activating the configuration will then make '~/.screenrc' a # # symlink to the Nix store copy. @@ -84,7 +83,7 @@ # org.gradle.console=verbose # org.gradle.daemon.idletimeout=3600000 # ''; - }; + #}; # You can also manage environment variables but you will have to manually # source