Daniel Thwaites

Results 349 comments of Daniel Thwaites

> or makes it possible for NAHO or me to make those changes ourself Would transferring ownership of the app to `nix-community` help with this? I can't see any other...

> Maybe to be more robust, a test case should be added that builds nixos docs with `includeAllModules`? Sounds like we could easily enable that in our existing testbeds

Issue still seems to be happening: https://github.com/nix-community/stylix/actions/runs/15538117336/job/43742035089?pr=1471

> Frankly this is a little overzealous of NixOS, since the point of their restriction is to avoid documentation being conditional on "normal" config definitions, rather than to prevent you...

Yeah, eventually turning them into not modules would also make it impossible to work around the safeguards in `mkTarget`, which is potentially a good thing once we know it's easy...

Seems like this could be something to do with one of the packages you have installed, given that the trace includes `environment.systemPackages`

Indeed, there's no support for Qt + GNOME theming at the moment. What the module does do (at least in my setup) is prevent Qt from being half-themed, which looks...

#572 has been merged; has this improved the situation?

#544 will stop Hyprpaper being installed unless you're actually using Hyprland.

To keep track of side effects, we could build the [testbed](https://stylix.danth.me/testbeds.html) configurations with and without Stylix, and use a tool like [`nvd`](https://gitlab.com/khumba/nvd) to see what Stylix installed. This could be...