Daniel Thwaites
Daniel Thwaites
One problem with `meta.maintainers` is that the list of possible maintainers is part of nixpkgs, so anyone who hasn't contributed there in the past would have to jump through a...
I agree. `CODEOWNERS` only requests a review from someone if they have write permissions on the repository.
I'm not sure which way to go with this. On one hand, having variables defined in the CSS makes the output file more readable. On the other, we could argue...
No worries, this is something we should try to improve. Having different methods may actually be more confusing for inexperienced users - they could read `@baseXX` in a string and...
Yes, I'm referring to strings written directly within a Nix file, not a separate template. The current state (ignoring the Waybar module) is that: - `${baseXX}` is used in Nix...
I wasn't aware that Zed was available on Linux yet - thanks for the heads up! And you're right, it may be a good idea to wait for a NixOS/Home...
> How does it "enhance its chances of wider adoption", as you say? Presumably by showing the star count and how it has gradually increased over time, which demonstrates the...
What unit are `font_size` and `font_size_text` measured in? The Stylix options are in points (1 point = 1⅓ pixels).
For each of the items Stylix themes: - Colors - Wallpaper - Fonts We should support a value of `null` which would disable all theming for that element. This could...
I cannot find any evidence that the `programs.zellij` module was removed: https://github.com/nix-community/home-manager/blob/master/modules/programs/zellij.nix > Stylix currently locks Home Manager to the 820be197ccf3adaad9a8856ef255c13b6cc561a6 revision Note that this only applies for our tests,...