diff --git a/hosts/test-vm/configuration.nix b/hosts/test-vm/configuration.nix index 90dc570..f28867c 100644 --- a/hosts/test-vm/configuration.nix +++ b/hosts/test-vm/configuration.nix @@ -31,6 +31,11 @@ }; }; + # Resize terminal to host terminal size + environment.loginShellInit = '' + ${pkgs.xterm}/bin/resize + ''; + environment.interactiveShellInit = '' alias sd='sudo shutdown now' '';