stylix icon indicating copy to clipboard operation
stylix copied to clipboard

System-wide colorscheming and typography for NixOS

Results 200 stylix issues
Sort by recently updated
recently updated
newest added

This module themes the [Taskwarrior](https://taskwarrior.org) ([`programs.taskwarrior.enable`](https://nix-community.github.io/home-manager/options.xhtml#opt-programs.taskwarrior.enable)) Home Manager package. 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...

We should create a new screenshot for GNOME 45. Also, the link crediting the original source of the wallpaper is now a 404.

documentation
good first issue

Closes: https://github.com/danth/stylix/issues/222 Additionally, I took the luxury to sort the `inputs` in `flake.nix`.

A few weeks ago NixOS 23.05 has been deprecated and currently there is no branch for [23.11](https://nixos.org/blog/announcements#nixos-23.11). Are there plans to support 23.11 and is the progress tracked anywhere?

This option might not be defined by the time we're evaluated. Using `or' allows the lookup to fail and default to false. RE: the investigation in #47

To properly detect breaking changes, [`modules/plymouth/nixos.nix`](https://github.com/danth/stylix/blob/a9e3ce064a778b386fb88fb152c02ae95aa2cbd2/modules/plymouth/nixos.nix) should not rely on `substituteInPlace`: https://discourse.nixos.org/t/when-to-use-substituteinplace-functions-vs-a-patch/11073. For reference, here are the relevant sections: https://github.com/danth/stylix/blob/a9e3ce064a778b386fb88fb152c02ae95aa2cbd2/modules/plymouth/nixos.nix#L32-L34 https://github.com/danth/stylix/blob/a9e3ce064a778b386fb88fb152c02ae95aa2cbd2/modules/plymouth/nixos.nix#L37-L39 https://github.com/danth/stylix/blob/a9e3ce064a778b386fb88fb152c02ae95aa2cbd2/modules/plymouth/nixos.nix#L66-L68

## Problem I'm trying to share a configuration with a server and a laptop so I want to disable stylix on the server. Conditionally imported modules are a problem (almost...

feature