diff options
| author | seth <[email protected]> | 2023-02-20 15:57:39 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-20 15:57:39 -0500 |
| commit | 3288bb384a2b52c036b6ccac76918191fa5e3350 (patch) | |
| tree | 286010512d8657b6aaf17cb4d5584aec480f08a8 /users/seth/shell | |
| parent | 5ec16f1a062317605bd064f6aa7f943795a9db5c (diff) | |
cleaning up my ~
Diffstat (limited to 'users/seth/shell')
| -rw-r--r-- | users/seth/shell/default.nix | 4 |
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"; |
