NAHO

Results 374 comments of NAHO

Potentially related: https://github.com/danth/stylix/issues/173

> Sorry about the delay. No worries! > Honestly I'm not sure what the module adds. Especially if you also can disable the `configDir` option. Then the module is literally...

The Stylix implementation should be very similar to my Home Manager configuration: https://github.com/trueNAHO/dotfiles/commit/d7d65d285b5a12296d46d12eee07c42514271c33.

> It's a pain to have to wrangle with imports because it's impossible to get stylix not to set a ton of options like [fonts](https://github.com/danth/stylix/blob/81de262bf170ce4152950402e17eba1453a3ebfe/stylix/nixos/fonts.nix), which are set unconditionally. Related:...

I can confirm this PR works. However, support for arbitrary settings is lacking. Currently, https://github.com/nix-community/home-manager/pull/2732/files#diff-009fe001905585716178d9bc500b9ca3d27d17ae0f4d019f6f9864608884c39bR36-R77 only declares the following entries: https://github.com/nix-community/home-manager/pull/2732/files#diff-009fe001905585716178d9bc500b9ca3d27d17ae0f4d019f6f9864608884c39bR157-R160 For reference, the [git module](https://github.com/nix-community/home-manager/blob/9f9e277b60a6e6915ad3a129e06861044b50fdf2/modules/programs/git.nix) implements arbitrary settings with...

Considering this PR is sadly not getting merged any time soon, it might make sense to supersede this PR with a new one that addresses https://github.com/nix-community/home-manager/pull/2732#issuecomment-1715387349.

> The main reason this isn't merged yet is because I'd like to remove the need to write out `config.lib.stylix` before every function, and just have it imported as `{...

Additionally, should https://github.com/danth/stylix/blob/b2f73724d11868d020207fb87fb2d9c3ae96976d/modules/rofi/template.mustache declare non-color values, like paddings, in the first place?

This issue should be re-opened because it is not yet resolved. https://github.com/danth/stylix/pull/179 is related to this issue, but does not resolve it.

> how do i get rofi back to how it was before? The opinionated settings have been removed in https://github.com/danth/stylix/pull/179. > is there a way to default to the original...