NAHO
NAHO
Is commit ffba1f1bab63 ("gnome: update to GNOME 47.2 (#658)") causing version mismatches with your installed GNOME version?
> I have adapted the function to generate a wallpaper with the Nix(OS) logo, taken from [misterio77/nix-colors](https://github.com/Misterio77/nix-colors/blob/b01f024090d2c4fc3152cd0cf12027a7b8453ba1/lib/contrib/nix-wallpaper.nix). Based on the patch, I am unsure what the purpose or functionality of...
> Actually, it's none of them if I understood correctly; it's more like a different wallpaper generator compared to the 'pixel' one. My idea is to extend the range of...
> The `pixel` function was not originally intended to generate a wallpaper, rather, it's a workaround for when we want a solid color but the application only accepts images. We...
> ```nix > base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-latte.yaml"; > ``` > > [...] > > throws error for `base16Scheme` saying > > ``` > error: expected a set but found a string...
> ```patch > Subject: [PATCH 04/17] stylix: add deadnix and statix pre-commit hooks > > [...] > > diff --git a/flake.nix b/flake.nix > index a407bb6..e4596c8 100644 > --- a/flake.nix >...
I will address https://github.com/danth/stylix/pull/519#issuecomment-2307609958 together with any potential change requests. For reference: >> I prefer squashing as the default since it keeps the history cleaner on the `master` branch >...
> ```patch > Subject: [PATCH 07/17] ci: simplify Docs GitHub workflow > > Link: https://github.com/danth/stylix/pull/519 > Link: https://github.com/trueNAHO/dotfiles/blob/390d6261e7cf6d19a119643da216258c772db881/.github/workflows/docs.yml > --- > .github/workflows/docs.yml | 61 +++++++++++++------------------------- > 1 file changed, 20...
> I will address https://github.com/danth/stylix/pull/519#issuecomment-2307609958 together with any potential change requests. > > For reference: > >>> I prefer squashing as the default since it keeps the history cleaner on...