NAHO

Results 375 comments of NAHO

> I assume the main issue is nixpkgs-unstable introduced more customization to regreet which isn't available on stable. Do you mean by "stable", the `nixos-*.*` (like `nixos-24.05`) Nixpkgs branches? IIRC,...

> Setting `stylix.targets.regreet.enable` to `false` doesn't help on NixOS 24.05. Does this mean there's no way to update Stylix past [cf8b6e2](https://github.com/danth/stylix/commit/cf8b6e2d4e8aca8ef14b839a906ab5eb98b08561) until switching to 24.11 or unstable? I see your...

> Basically, can't update stylix, past the update that added regreet, because stylix is set to expect regreet to have options that are only available in nixpkg-unstable. > > So...

> I'm running into this now and I'm a little unclear about what I should expect from the `main` branch. I totally understand having the `release-24.05` branch (and its inputs)...

Is this issue resolved by updating to [`release-24.11`](https://github.com/danth/stylix/tree/release-24.11)?

Closing this issue, as it seems to be resolved in [`release-24.11`](https://github.com/danth/stylix/tree/release-24.11).

> Changing terminal colors also changes eza colors if I'm not mistaken. In the context of stylix (where everything is styled the same), is it really useful? Yes, unless an...

For reference, the same error was triggered when trying to remove the explicit `toString` conversion in https://github.com/nix-community/stylix/pull/1659#discussion_r2202900617. However, the hyprlock module should not be affected by this problem: https://github.com/nix-community/stylix/blob/f6c5aaa4f8b70ec0bf995be43311c38be3131776/modules/hyprlock/hm.nix#L19-L21

Any way we can conveniently patch Steam or wrap it: ```nix wrapProgram $out/bin/steam \ --please-work /nix/store/-home-manager-files/.local/share/Steam/steamui/css/library.css ```

> But this only works if the returned files always matches the same hash. If we fetch an unpinned version, like the latest version, instead of a pinned version, this...