Testing xonsh

This commit is contained in:
Greg Hellings
2024-08-16 15:12:53 -05:00
parent c46dbd3f59
commit 704afb6227
8 changed files with 60 additions and 24 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ in {
themeVariant = "dark";
profile."95f3c68e-82f3-4f44-ac85-6e075fed80b0" = {
default = true;
customCommand = "${pkgs.myxonsh}/bin/xonsh -st best";
customCommand = "xonsh -st best";
loginShell = true;
scrollbackLines = 65535;
transparencyPercent = 50;
-2
View File
@@ -81,8 +81,6 @@ in with lib; {
in mkIf cfg.enable {
home.packages = [ pkgs.myxonsh ];
home.file.".xonshrc".text = ''
${cfg.configHeader}