NAHO

Results 97 issues of NAHO

The `Sym1` key in the `Base` layer misses an arrow to the `Sym1` layer: https://github.com/duckyb/zmk-sweep/blob/39af2e9cec4d2c518d72a461247061b384890042/README.md?plain=1#L8

This module themes the [Taskwarrior](https://taskwarrior.org) ([`programs.taskwarrior.enable`](https://nix-community.github.io/home-manager/options.xhtml#opt-programs.taskwarrior.enable)) Home Manager package. However, I am unsure how to properly interpolate the Stylix colors into the current draft theme at `modules/taskwarrior/template.theme.mustache`. I am unsure...

Closes: https://github.com/danth/stylix/issues/222 Additionally, I took the luxury to sort the `inputs` in `flake.nix`.

To properly detect breaking changes, [`modules/plymouth/nixos.nix`](https://github.com/danth/stylix/blob/a9e3ce064a778b386fb88fb152c02ae95aa2cbd2/modules/plymouth/nixos.nix) should not rely on `substituteInPlace`: https://discourse.nixos.org/t/when-to-use-substituteinplace-functions-vs-a-patch/11073. For reference, here are the relevant sections: https://github.com/danth/stylix/blob/a9e3ce064a778b386fb88fb152c02ae95aa2cbd2/modules/plymouth/nixos.nix#L32-L34 https://github.com/danth/stylix/blob/a9e3ce064a778b386fb88fb152c02ae95aa2cbd2/modules/plymouth/nixos.nix#L37-L39 https://github.com/danth/stylix/blob/a9e3ce064a778b386fb88fb152c02ae95aa2cbd2/modules/plymouth/nixos.nix#L66-L68

Runtime fetch operations, like `pkgs.fetch*`, should be replaced with static `flake.nix` inputs to reduce evaluation time and simplify their update process using `nix flake update`. Should this wait until https://github.com/danth/stylix/pull/102...

performance

Home Manager's [`services.gpg-agent.pinentryFlavor`](https://github.com/nix-community/home-manager/blob/c067d57fc4552835987fd7611c3a6741ee32ebd5/modules/services/gpg-agent.nix#L188-L206) setting is not themed when using the default `"gtk2"` or custom `"qt"` values. Note that I have not tested the other possible values.

feature

The current cursor module supports theming the cursor based on its `name`, `package`, and `size`. However, theming the cursor based on Stylix' generated color palette would create a more coherent...

feature

Should we theme the https://github.com/tomasklaen/uosc MPV plugin? Note that theming this plugin does not theme MPV's built-in UI as the plugin requires disabling MPV's built-in UI. For reference, my old...

feature