NAHO

Results 375 comments of NAHO

Slightly unrelated, but the general `fish` startup time could be improved with: https://github.com/nix-community/home-manager/issues/4427.

Closed by https://github.com/danth/stylix/pull/244.

> 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 whether `{{base00-hex}}` or `{{base00-rgb-r}}` are appropriate in this...

Seems like `config.lib.stylix.colors` depends on `base16.nix`: https://github.com/danth/stylix/blob/a9e3ce064a778b386fb88fb152c02ae95aa2cbd2/stylix/palette.nix#L125-L130 Maybe one of the following procedures allows specifying local variables: https://github.com/SenchoPens/base16.nix/blob/b390e87cd404e65ab4d786666351f1292e89162a/README.md#-how-to

> The Qt pinentry is now themed, at least when running under KDE where it is the default. Currently, this is not the case on Hyprland.

> Looking at the modules, though, they mostly don't _need_ IFD, and could be reworked to avoid it. One example is `bat`, where I was able to remove the need...

Could it be that https://github.com/anuraghazra/github-readme-stats sums the star count of each repository, while https://github.com/vn7n24fzkq/github-profile-summary-cards sums the number of stargazers among all repositories? If so, then one person staring 10 repositories...

> As has already been done with the commit message format, we should try to take inspiration from other projects in the Nix ecosystem. Good idea. > I think it...

> As described [in the documentation](https://nix-community.github.io/home-manager/options.xhtml#opt-home.activation), scripts inside `home.activation` should include `run` before each effectual command so that they are not executed in dry-run mode. Should `printf` and `echo` commands...

> > You can also use the provided shell function `verboseEcho`, which acts as `echo` when verbose output is enabled. > > It may also be useful to restore the...