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