Sam A. Horvath-Hunt
Sam A. Horvath-Hunt
9b10e90 okay.
The culprit: https://github.com/samhh/dotfiles/commit/cf47186f2f028a394c084cf377206ddb06a4f257
https://github.com/samhh/dotfiles/commit/bfb2cec5e63f83b24eb361b669dcab5051b88981 Might just try to make the prompt more performant instead.
Now it just doesn't auto-exec. :confused:
Surprisingly not fixed by this: https://github.com/samhh/dotfiles/commit/63258b44dc87e2c6bdf51cd1e24fb8c662691f92
https://github.com/NixOS/nix/issues/6381
NB this looks like [`fold`](https://hackage.haskell.org/package/base-4.17.0.0/docs/Data-Foldable.html#v:fold).
https://github.com/samhh/dotfiles/commit/657b128801a631779906fc289434100a40012604
Less bad but still broken.
Is the mako module as currently defined supposed to start it as a daemon? I've had to define my own systemd unit instead: ```nix { systemd.user.services.mako = { Install.WantedBy =...