raf
raf
Good news, I've finally completed the theming refactor. It should be up as a PR (to v0.8 branch)) by the end of this week. I would appreciate it if you...
This has been brought up time and time again, but I'd like to clarify that **run0 and doas support are not a priority**. Neither maintainer uses those tools, and at...
> > This has been brought up time and time again, but I'd like to clarify that **run0 and doas support are not a priority**. Neither maintainer uses those tools,...
Looks like this is a Darwin exclusive issue - ripgrep-all builds fine on x86_64 and aarch64 Linux.
I've seen something like ```lua local status_ok, ibl = pcall(require, 'ibl') if not status_ok then return end ``` used in the past. Perhaps something similar could be used to defer...
I'll write a more detailed response later. Two things for now: 1. We can fork lz.n, nixcats does it (?) and it can't be too hard. It would akso be...
I'm revisiting this to make sure we don't let it die. There *is* value in a home-made plugin-manager (or a fork, even) so that we can, e.g., add custom events...
There is `nh os switch --update`, but it only supports flakes. Given there isn't exactly a standard and grounded update mechanism for Nix2 (like how flakes are THE source of...
Yes, I've meant to mention #336 in my previous reply. My thoughts are generally on handling updating as a whole. Currently I run a mix of npins and flakes for...
Okay, I'm done. 4AM is clearly not a good time to implement your things.