From bdb22dbc6f97960bb274644a38506c2b9a179504 Mon Sep 17 00:00:00 2001 From: specCon18 Date: Tue, 15 Aug 2023 04:18:33 -0400 Subject: [PATCH] added term env_variable --- modules/home-manager/zsh.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index 71bff30..25d96d0 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -14,12 +14,13 @@ ls = "exa -l"; lsa = "exa -al"; cd = "z"; - osrb = "sudo nixos-rebuild $1 --flake ~/code/nixos-config/#$2"; + osrb = "sudo nixos-rebuild $1 --flake ~/code/nixos-config/#katana"; top = "btm"; cat = "bat --decorations=never"; }; localVariables = { EDITOR="hx"; + TERM="alacritty"; }; }; } \ No newline at end of file