jjpe

Results 65 comments of jjpe

This just bit me twice today. It would be really nice is this was solved, since at the moment I can't trust the app to keep its state intact.

@crabdancing What I'm doing in the meantime is `nix run github:NixOS/nixpkgs/nixos-24.05#wezterm`. That version still works properly as of now from what I can see, and should continue to work since...

@fr13ndxd That's odd. I just (as in 2 minutes ago) tried them both on NixOS unstable, and both still result in garbled rendering for me. I would expect those commands...

Just add `wezterm` to `environment.systemPackages` instead of using a flake for it. I can say from experience that this GH issue doesn't matter for MacOS, as Wezterm works fine there...

I think I've found the issue: ```nix # programs.zsh = { # enable = true; # default shell on catalina # other, less relevant zsh settings # } ``` Because...