-
# About
This is a tracking issue for enabling all Stylix targets by default with `stylix.autoEnable`, and simplifying the `stylix.mkEnableTarget` documentation. This behaviour is desired based on …
-
I don't use the generative colour scheme, I mostly use stylix for the superb system wide theming together with a pre-defined colour scheme.
I find `stylix.image` should be optional when `stylix.ba…
-
I wanted to override a few colors for Gnome (without recreating all the needed derivations), but it looks like that the template is [hardcoded](https://github.com/danth/stylix/blob/6863412636c8f2cb3b7…
-
```
error:
… while calling the 'head' builtin
at /nix/store/giq1qbcwfx5gq0g9jf6id0b3m55a860j-source/lib/attrsets.nix:1575:11:
1574| || pred here (elemAt values…
-
### Summary
Hello,
My problem is the following : helix need sudo access for any file, even wihout a file.
I'm on nixos and I declare my helix configuration through home-manager which create readonl…
-
I like synchronizing my system color to the sunset and sunrise, but that's not possible with Stylix unless I do a nixos rebuild. I'd love for Stylix to generate both a dark and a light polarity theme …
-
You can get my nixos config there : https://github.com/Arut0ria/nixos-desktop-config
I can't understand why it broke. I can't see the extension un vscode anymore.
-
I am importing the `agenix` module into my `home-manager config like [so](https://github.com/GideonWolfe/nix/blob/6e321c216500a65844be846bbbcde12d38e6914d/flake.nix#L69C1-L69C46)
```nix
home…
-
I'm creating this issue for who are facing this error below or something similar even though their system doesn't use regreet at.
```sh
error: The option `programs.regreet.cursorTheme' does n…
-
to generate something like this
```nix
programs.bash.initExtra = ''
export LS_COLORS="${generateLsColors config.lib.stylix.colors}"
'';
};
```