Daniel Thwaites

Results 349 comments of Daniel Thwaites

One of `lib.mkRenamedOptionModule`, `lib.mkRemovedOptionModule` or `lib.mkChangedOptionModule` would handle the removed option gracefully. I think `lib.mkChangedOptionModule` offers customisation so we could set a more helpful message.

Perhaps something is different inside the Flatpak environment so that it only looks at `~/.themes`? Is there a way to mount the filesystem inside Flatpak at that path while still...

One thing to note is that the "stylix should affect the system when enabled" assertion doesn't know which module that effect is coming from: it's not testing that the module...

Seems to be failing due to memory constraints. I'll finish #947 first, as that should help with this, and then rebase.

Not sure if this is actually a good idea, as it triples the cost of evaluating each testbed. We also need to mock out certain options to be able to...

The main issue is that the `clean` copy doesn't have any of the `stylix.*` options defined, and some testbeds contain things like `stylix.targets.firefox.firefoxGnomeTheme.enable = true` which then fails. To add...

Potentially related to https://github.com/cachix/cachix-action/issues/200

May be fixed by https://github.com/cachix/cachix-action/pull/196. I have [reactivated Dependabot](https://github.com/danth/stylix/pull/523#issuecomment-2721900094) as it was [automatically deactivated](https://docs.github.com/en/code-security/dependabot/troubleshooting-dependabot/dependabot-updates-stopped#about-automatic-deactivation-of-dependabot-updates), so it should open a PR for this soon.

The Cachix step seems to be taking quite a while today (much longer than the actual build). It does eventually succeed.

Yes, installing the NixOS theme as the system wide default (while still being able to override it with Home Manager for individual users) would be ideal.