11.stylix/modules/gnome
Flameopathic c8e4a0d218
treewide: optionalize stylix.image option (#717)
Optionalize the stylix.image option when stylix.base16Scheme is set,
making the following Stylix configurations valid:

    [
      // Now it possible to set 'stylix.image = null', if
      // stylix.base16Scheme is set.
      {
        base16Scheme = /* ... */;
      }

      // This configuration was already possible.
      {
        image = /* ... */;
      }

      // This configuration was already possible.
      {
        base16Scheme = /* ... */;
        image = /* ... */;
      }
    ]

Closes: https://github.com/danth/stylix/issues/200
Closes: https://github.com/danth/stylix/issues/442
Link: https://github.com/danth/stylix/pull/717

Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Tested-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: Daniel Thwaites <danth@danth.me>
2025-02-24 15:13:57 +01:00
..
testbeds stylix: support multiple testbeds per module (#858) 2025-02-17 12:56:46 +00:00
colors.mustache gnome: fix foreground color of transparent panels (#788) 2025-01-22 22:28:05 +00:00
hm.nix treewide: optionalize stylix.image option (#717) 2025-02-24 15:13:57 +01:00
nixos.nix treewide: add and apply nixfmt pre-commit hook 2025-01-04 17:48:26 +01:00
shell_colors.patch gnome: update to GNOME 46 (#357) 2024-05-09 12:41:00 +00:00
shell_remove_dark_mode.patch Support GNOME 45 and Libadwaita updates 👽 2023-11-25 14:36:45 +00:00
theme.nix treewide: add and apply nixfmt pre-commit hook 2025-01-04 17:48:26 +01:00