I don't need much. I tried zellij but i couldn't stick with it.
I either had to lock/unlock or change keybinds which is also annoying.
Now i use ghostty and i can create new splits, tabs and i know few shortcuts to move around and resize and that's it.
The article misses the point that LLMs are not removing the bottleneck of writing code for people who know how to write code. It's removing this bottleneck for everyone else.
Interesting, I’ll try to repro! For clarity, each “derivation” (lets say package) builds in its own hermetically sealed filesystem with its own dependencies. So conflicts in build system configuration shouldn’t be possible unless those packages are doing something impure (unlikely since the Nixpkgs CI tests for it) or the end user is doing something impure (still really hard to do).
on github this was my config: https://github.com/dankobg/nixos-conf.
I had that in home.nix.
They both couldn't be listed in that apps array at same time, gearlever specifed and smile commented works and vice versa. But doing nix shell -p with both worked together.
I didn't have patience to check what was the problem since maybe it's some of the other apps as well.