Improved behavior of gnome-terminal

This commit is contained in:
Greg Hellings
2024-08-13 23:25:29 -05:00
parent 81259d529c
commit c5fca73402
+4
View File
@@ -14,6 +14,10 @@ in {
themeVariant = "dark"; themeVariant = "dark";
profile."95f3c68e-82f3-4f44-ac85-6e075fed80b0" = { profile."95f3c68e-82f3-4f44-ac85-6e075fed80b0" = {
default = true; default = true;
customCommand = "${pkgs.myxonsh}/bin/xonsh -st best";
loginShell = true;
scrollbackLines = 65535;
transparencyPercent = 50;
visibleName = "greg"; visibleName = "greg";
}; };
}; };