From 3288bb384a2b52c036b6ccac76918191fa5e3350 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 20 Feb 2023 15:57:39 -0500 Subject: cleaning up my ~ --- users/seth/shell/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'users/seth/shell/default.nix') diff --git a/users/seth/shell/default.nix b/users/seth/shell/default.nix index a60470a..263bd22 100644 --- a/users/seth/shell/default.nix +++ b/users/seth/shell/default.nix @@ -2,13 +2,11 @@ imports = [ ./bash.nix ./fish.nix - ./zsh + ./zsh.nix ]; home = { sessionVariables = { - EDITOR = "nvim"; - VISUAL = "nvim"; GPG_TTY = "$(tty)"; CARGO_HOME = "${config.xdg.dataHome}/cargo"; RUSTUP_HOME = "${config.xdg.dataHome}/rustup"; -- cgit v1.2.3