NAHO
NAHO
> I want to skip installing font packages for a headless system (server). The best solution is to wait for https://github.com/nix-community/stylix/issues/929 to be resolved, which requires completing our ongoing `mkTarget`...
> The GTK module for NixOS enables DConf in order for the Home Manager module to take effect. > > https://github.com/nix-community/stylix/blob/4a8718e5a14faeef3e57ededb4efb88b0deed329/modules/gtk/nixos.nix#L8-L9 > > The same should be done for the...
> I was setting up glance and turned to stylix, there I found a [module](https://github.com/nix-community/stylix/blob/b68e8220689a6f0393204b07be1bc14bb973a0ed/modules/glance/rgb-to-hsl.nix) that creates hsl colors based on base0* > > I thought it would be good...
> This line is the reason why, I wonder if there's a need for it? > > https://github.com/danth/stylix/blob/33a2eff15181e557bb6dd9d2073b90f7d218975d/modules/gnome/nixos.nix#L15 Since the introduction of this guard in commit 46899f291b8a ("Style GNOME shell...
> i use stylix in conjunction with pywal clone wallust (c.f. [#99](https://github.com/danth/stylix/issues/99)), using the latter to dynamically swap colors out, while using stylix for typography. currently tho, stylix doesn't really...
> However, I personally prefer setting the values to `null` rather than having a separate enable option - this has the added benefit of causing an error if a module...
> we need this We know. Progress on this is currently blocking on the treewide `mkTarget` migration, although https://github.com/nix-community/stylix/pull/1721 already implements this on a target level. Feel free to submit...
> Making this change optional would be nice. We could add options to enable specific color scheme setters. @soulsoiledit, can you elaborate on how the algorithms of `base16.nvim` and `mini.nvim`...
> Since we are providing the full palette, mini.base16 calls this function (https://github.com/echasnovski/mini.base16/blob/95db7f0ea89fbc60b321dbe23d39c1502a07a20e/lua/mini/base16.lua#L446) instead, which does the same thing as base16-nvim, grabbing colors directly from the palette given. In that...
> In that case, why do the colors look different: > > [...] > > Is it because some plugins are explicitly themed by `mini.nvim`? > mini assigns that highlight...