KFearsoff

Results 22 comments of KFearsoff

I am interested in doing that and am willing to start the process. That said, I am pretty new to the Nix ecosystem, so I am at a bit of...

I believe `home.file.".newsboat/urls".text = null` won't work. I have tested it a bit, and it seems like that option isn't effectively nullable. It complains about `home.file.".newsboat/urls".source` being used but never...

I decided that force-pushing (like nixpkgs repo tells you to) without the systemd service commit makes more sense than reverting the commit. Also rebased to the modern master. Anyway, is...

Not stale. Still useful to me.

> This is simply defined with `environment.persistence..files = [ "/etc/machine-id" ]`. Since it's such a commonly recommended configuration, it might be worth a config flag like `environment.persistence..machineId = true`. I...

I've opened a draft PR that aims to implement presets. While it's still a very early stage, feedback is very welcome #108

Any updates on this? I've stumbled upon the code for config file and it's... A bit hard to modify. Would definitely appreciate removal of manual derive implementation, and including some...

> One issue is that with this change, mdBook always prints an error when it starts (assuming you don't have a theme directory): Makes sense. Shouldn't be hard to fix....

That's a great write-up! I looked into what the world has to offer a little bit more, apparently `tsx` also has this issue, and it currently doesn't expose the command-line...

I tried implementing a flag today, and failed miserably. I haven't figured out a way do provide `new_debouncer_opt` with a notifier that can be of either Watcher type, I'll have...