summaryrefslogtreecommitdiff
path: root/users/seth/shell/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/seth/shell/default.nix')
-rw-r--r--users/seth/shell/default.nix4
1 files changed, 1 insertions, 3 deletions
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";