No description
Find a file
NAHO a387b3ac6c stylix/mk-target: remove redundant unconditionalConfig argument
Remove the redundant unconditionalConfig argument to simplify the
interface, as it is a subset of the existing config argument:

     { mkTarget, ... }:
     mkTarget {
    -  unconditionalConfig =
    +  config = _:
         lib.mkIf complexCondition { home.packages = [ pkgs.hello ]; };
     }

(cherry picked from commit 75e660b6a0)
2026-01-23 12:37:24 -08:00
.github ci: don't run checks on github actions 2025-12-24 20:15:40 +01:00
doc treewide: optionalize mkTarget's humanName and name arguments 2025-12-10 07:14:37 -10:00
flake flake: update all inputs (#2118) 2026-01-09 19:28:06 +01:00
generated noctalia-shell: init (#2077) 2025-12-11 19:37:37 +01:00
modules gtksourceview/template: align description with other themes (#2124) 2026-01-23 21:31:10 +01:00
palette-generator treewide: remove blank lines around 'let', 'in', and function arguments (#1700) 2025-07-19 10:41:36 -07:00
stylix stylix/mk-target: remove redundant unconditionalConfig argument 2026-01-23 12:37:24 -08:00
.editorconfig flake: use 25.11 branch of dependencies (#2026) 2025-12-02 17:40:02 +01:00
.envrc treewide: leverage direnv to automatically enter developer shell 2025-01-04 17:45:52 +01:00
.gitignore stylix: gitignore .worktree (#1268) 2025-05-14 17:29:07 -07:00
.yamllint.yml stylix: yamlint ignore truthy for workflows (#1116) 2025-05-31 11:44:33 -07:00
buildbot-nix.toml ci: add buildbot support (#1985) 2025-11-22 20:59:01 +00:00
default.nix flake: migrate flake-compat input to NixOS organization 2025-10-28 10:18:14 +01:00
flake.lock flake: update all inputs (#2118) 2026-01-09 19:28:06 +01:00
flake.nix flake: add nix-community cachix as substituters (#1796) 2025-12-22 23:09:16 -08:00
gnome.png doc: refresh screenshots (#382) 2024-05-22 16:54:19 +01:00
kde.png doc: refresh screenshots (#382) 2024-05-22 16:54:19 +01:00
LICENSE license: update copyright year (#2132) 2026-01-08 16:23:38 +01:00
README.md treewide: standardize URL format by removing trailing slashes (#1566) 2025-07-06 22:18:33 +02:00

Stylix

About

Stylix is a theming framework for NixOS, Home Manager, nix-darwin, and Nix-on-Droid that applies color schemes, wallpapers, and fonts to a wide range of applications.

Unlike color scheme utilities such as base16.nix or nix-colors, Stylix goes further by applying themes to supported applications, following the "it just works" philosophy.

Resources

Example configurations

GNOME 46

GNOME 46

Wallpapers by Clay Banks and Derrick Cooper.

Try a live demo of this dark theme by running:

nix run github:nix-community/stylix#testbed:gnome:dark

KDE Plasma 5

KDE Plasma 5

Wallpapers by Aniket Deole and Tom Gainor.

Since KDE theming is still a work in progress, some manual steps may be required to properly apply its theme.