diff --git a/home/programs/zsh/default.nix b/home/programs/zsh/default.nix index 92543e9..e92412c 100644 --- a/home/programs/zsh/default.nix +++ b/home/programs/zsh/default.nix @@ -6,7 +6,11 @@ programs.zsh = { enable = true; dotDir = ".config/zsh"; - shellAliases = { update = "sudo nixos-rebuild switch"; }; + shellAliases = { + update = "sudo nixos-rebuild switch"; + addTV = + "xrandr --output eDP-1 --auto --output HDMI-1 --mode 1920x1080 --right-of eDP-1"; + }; enableAutosuggestions = true; enableCompletion = true; enableVteIntegration = true;