NAHO

Results 382 comments of NAHO

> Any ideas or suggestions on how to use stylix themes for system-wide installed applications? Are you using NixOS? In that case, you could integrate Stylix into NixOS: https://stylix.danth.me/options/nixos.html. Otherwise,...

Here is the relevant Stylix code: https://github.com/danth/stylix/blob/c974c17cd089dcbfb16fbde028dd00bcc05e3f73/modules/zellij/hm.nix#L11-L21

> What's a better alternative? > > It looks like this is using a `base08`-`base0F` color on top of `base05`, which shouldn't be done > > Yeah looks like the...

> I'm just using base01 for mine that looks the best from trial and error so far Feel free to submit a PR.

> Please bring this option to the stable release 24.11. Is this not already available with the following module: https://github.com/danth/stylix/blob/2c5104d5a7150ea2cd5ae00d48d2fc20c0685c96/stylix/icon.nix#L1-L26

> does Stylix support setting the user photo at the login screen AFAIK, unless your user photo is your `stylix.image`, this is currently unsupported. For reference, Stylix applies `stylix.image` to...

Currently, dark and light mode are only supported in some Stylix modules. For reference, dark mode support for Firefox has already been proposed in #253.

> The module provided by Stylix for Emacs is trying to override the extraConfig provided by my custom Emacs package. > > This however fails as the latter takes precedence...

> are there any further objections to adding the `lib.mkAfter` solution to the documentation and closing this issue? No. Feel free to submit a PR. This should probably be added...

> 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...