NAHO

Results 375 comments of NAHO

Sadly, I cannot figure out the problem from the trace alone. Maybe the `colors` transformation somehow fails because your `stylix.base16Scheme` is invalid and this is somehow not asserted anywhere: https://github.com/nix-community/stylix/blob/cfde343ff369c8aa898f263ed3dad8c5eb095491/modules/kitty/hm.nix#L33-L50...

> Here is the config: [nix-config-test.zip](https://github.com/user-attachments/files/24016776/nix-config-test.zip). I am unable to reproduce your failure: ```console $ nix --version nix (Nix) 2.31.2 $ nix flake check $ echo $? 0 ``` Maybe...

> > How to trust `https://nix-community.cachix.org` without setting `nix.settings.trusted-users`: > > > > The following NixOS declaration does not resolve the issue: > > > > ```nix > > nix.settings...

Btw, you can also locally test your Stylix branch without remotely pushing with something like: ```nix inputs.stylix.url = "git+file:///home/user/path/to/stylix"; ``` or ```nix inputs.stylix.url = "path:///home/user/path/to/stylix"; ``` The documentation also mentions...

> > > not entirely sure why autologin is working > > > > Do you mean autologin "is working" or "is not working"? Except for that, this PR LGTM....