Daniel Thwaites

Results 349 comments of Daniel Thwaites

As @Familex suggests - check you're setting the option in Home Manager and not NixOS

#873 puts NixOS / Home Manager / Darwin options for the same target on the same page, with clearly labelled sections, which should hopefully make this a bit better

Yes, I agree this may be more appropriate to implement upstream. I believe GDM supports setting the user photo through a D-Bus API or something similar, but it's been a...

> Currently, dark and light mode are only supported in some Stylix modules. Really, `stylix.polarity` is just a setting to guide the palette generator and shouldn't be used in modules...

There are `mkBefore` and `mkAfter` functions in `lib`. These change the order in which option definitions are merged; for example the two definitions `"a"` and `mkBefore "b"` would be guaranteed...

I believe the `mkBefore` needs to go on the `programs.waybar.style` option specifically, so it should be `programs.waybar.style = lib.mkBefore ...`

It may be more productive to contribute new options to Home Manager for the modules where we're currently using `home.file`, then we can use `lib.mkAfter` on them as we do...

Strange; I can't see any obvious issues.

It seems we're trying to cater to two different groups of users: 1. Those who expect the CSS to be fully functional without further coding 2. Those who want to...

> Is this not essentially disabling targets with `stylix.targets..enable = false;`? It would keep the variable definitions part of the CSS, but not the opinionated part which applies those variables...