NAHO
NAHO
As a side note, ```nix stylix.image = /home/netlex/NixOS/wallpapers/Tokyonight/cafe-at-night_00_3840x2160.png; ``` might be [considered as impure by Flakes](https://github.com/tweag/rfcs/blob/ca2845b81814c345945de4be0b36cd5fb4eb080b/rfcs/0049-flakes.md?plain=1#L417-L420).
> any plans for creating a module for creating themes for Konsole? AFAIK, this is the first `konsole` module request. > So far I found a [template for base16 colors](https://github.com/cskeeters/base16-konsole/tree/master),...
> It appears as though we already have the base24 schemes, we just aren't using them. > Yep, I don't see any reason not to start implementing this on a...
> Currently, waybar on sway does not indicate which workspaces have open windows. I also prefer active workspace indicators over no indicators. > I feel like this is a non...
> I'll check if setting `programs.waybar.style` works, but I think it was not possible last time I tried it. If it does not work, maybe the solution is similar to...
> Ci is failing, I think we need to set `sylix.enable = true` in CI. CI is successful now: https://github.com/danth/stylix/actions/runs/8958380642. I tested `stylix.enable = false;` and `stylix.enable = true;` in...
I tested `stylix.enable = false;` and `stylix.enable = true;` in my Home Manger configuration, and so far everything works as expected.
For reference, I would use the following commit message when merging this PR: ```md stylix: add 'stylix.enable' option Add a 'stylix.enable' option to enable or disable all Stylix modules in...
> > Considering that `stylix.enable` defaults to `false`, why does [f957c28](https://github.com/danth/stylix/commit/f957c280ec73e9bfda49f3a78b7aebc742e61612) cause the following error: > > ``` > > $ nix build .#docs > > error: > > …...
> After the changes in #398 and #399, would it make more sense to do the following? > > 1. For modules which pass something other than a constant `true`...