Robert Helgesson

Results 205 comments of Robert Helgesson

Ah, sorry I got confused. Yeah, then it probably needs to be a feature of the module. Btw, could you see what ```nix systemd.user.services.borgmatic.Unit.ConditionACPower = lib.mkForce ""; ``` does?

FWIW I'm not particularly eager to allow `package = null` as a way to prevent package installation. One of the primary points of HM is to provide reproducible configuration and...

I guess this is because the `maintainers.nix` module is one of two (the other being `assertions.nix`) that Home Manager includes from NixOS: https://github.com/nix-community/home-manager/blob/e121f3773fa596ecaba5b22e518936a632d72a90/modules/modules.nix#L68-L69 This inclusion would refer to the path...

That said, the maintainers option didn't show up earlier and I must say it looks pretty bad to have it scattered all over the option list. I think the option...

Thanks for the contribution, please fix the commit message to match the expected format.

Also [theme-base16](https://gitlab.com/rycee/nur-expressions/-/tree/master/hm-modules/theme-base16). In general, I'm skeptical about merging any of these individual solutions into HM. Seems to me like something best handled as a separate project, especially if the module...

That said, we could in the HM documentation have a chapter on theming and there link the different solutions?

Thanks for the contribution. I will try to have a look at this as soon as possible. It should be mentioned that at some point in the future I would...

@Janik-Haag Thanks for the feedback. This is probably an effect of sd-switch not starting new services directly, rather it starts all active targets. Doing it that way makes systemd figure...