Commit graph

1205 commits

Author SHA1 Message Date
Saad Nadeem
fe74ba4ade
zen-browser: fix urlbar theming after version 1.16b (#1912)
Link: https://github.com/nix-community/stylix/pull/1912

Reviewed-by: Karun Sandhu <129101708+MrSom3body@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-09-29 09:35:26 +02:00
NAHO
f23b6c30cc
flake: update all inputs (#1917)
Link: https://github.com/nix-community/stylix/pull/1917

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-09-28 16:27:46 +02:00
NAHO
bae3064215
modules: replace static builtins.hasAttrs instances with '?' operator (#1913)
Fixes: c32c82e460 ("zen-browser: init (#1694)")
Fixes: e594886eb0 ("nixcord: init (#767)")
Link: https://github.com/nix-community/stylix/pull/1913

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-09-28 16:25:46 +02:00
Daniel Thwaites
d34a05cf6c
flake: update all inputs
Update all inputs, primarily to fix the URL bar not being themed in
recent Firefox versions with the Firefox GNOME Theme enabled [1].

[1]: 26aa323340

Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-09-28 11:44:16 +02:00
NAHO
255dfc8902
flake/dev/flake: match nixpkgs and dev-nixpkgs input references
Match nixpkgs and dev-nixpkgs input references, aligning with commit
90f95c5d84 ("stylix: point nixpkgs input to more conventional
nixos-unstable ref (#712)").

Fixes: a5c1532ab8 ("flake: partition dev inputs (#1289)")
2025-09-28 11:26:26 +02:00
NAHO
5b9710eee9
treewide: remove optional builtins prefixes from prelude functions (#1915)
Remove optional builtins prefixes from prelude functions by running:

    builtins=(
      abort
      baseNameOf
      break
      derivation
      derivationStrict
      dirOf
      false
      fetchGit
      fetchMercurial
      fetchTarball
      fetchTree
      fromTOML
      import
      isNull
      map
      null
      placeholder
      removeAttrs
      scopedImport
      throw
      toString
      true
    )

    fd --type file --exec-batch sed --in-place --regexp-extended "
      s/\<builtins\.($(
          printf '%s\n' "${builtins[@]}" |
            paste --delimiter '|' --serial -
      ))\>/\1/g
    "

    nix fmt

This patch is heavily inspired by [1] ("treewide: remove optional
builtins prefixes from prelude functions").

[1]: https://github.com/NixOS/nixpkgs/pull/444432

Link: https://github.com/nix-community/stylix/pull/1915

Reviewed-by: Daniel Thwaites <danth@danth.me>
Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-09-28 11:09:21 +02:00
Flameopathic
4aae0ebc2b
nixvim: fix base16-nvim plugin (#1911)
Closes: https://github.com/nix-community/stylix/issues/1910
Fixes: 799c811ac5 ("{neovim,nixvim,nvf}: use mkTarget (#1535)")
Link: https://github.com/nix-community/stylix/pull/1911

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-09-26 18:51:03 +02:00
NAHO
484819a16f
stylix/testbed/default: simplify attribute set declaration (#1906)
Link: https://github.com/nix-community/stylix/pull/1906
Fixes: c32c82e460 ("zen-browser: init (#1694)")

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-09-24 16:52:49 -07:00
Mikołaj Lercher
1284c1891b
lazygit: use consistent border colors (#1907)
Link: https://github.com/nix-community/stylix/pull/1907

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-09-24 23:56:38 +02:00
Flameopathic
526c882800
nixvim: add standalone testbed (#1902)
Link: https://github.com/nix-community/stylix/pull/1902

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-09-24 14:17:30 +02:00
Flameopathic
799c811ac5
{neovim,nixvim,nvf}: use mkTarget (#1535)
Link: https://github.com/nix-community/stylix/pull/1535

Tested-by: Adam M. Szalkowski <a.szalkowski@datahow.ch>
Approved-by: Adam M. Szalkowski <a.szalkowski@datahow.ch>
Co-authored-by: Shahar "Dawn" Or <mightyiampresence@gmail.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Tested-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-09-24 09:25:45 +02:00
Eveeifyeve
ef025b8de3
jankyborders: init (#838)
Link: https://github.com/nix-community/stylix/pull/838

Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: Lalit Yalamanchili <79628080+Lalit64@users.noreply.github.com>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-09-23 09:21:50 +02:00
Noah765
0ce0103b49
qutebrowser: fix border settings and add missing color settings (#1897)
Link: https://github.com/nix-community/stylix/pull/1897

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-09-15 19:09:16 +02:00
NAHO
834a743c11
stylix: add config.lib.stylix.{mkHexColor,mkOpacityHexColor} functions (#1274)
Link: https://github.com/nix-community/stylix/pull/1274

Approved-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-09-08 21:33:25 +02:00
eveeifyeve
5575b88d6d
river: leverage config.lib.stylix.mkOpacityHexColor 2025-09-08 18:56:00 +02:00
eveeifyeve
1a83d26d4c
stylix: add config.lib.stylix.{mkHexColor,mkOpacityHexColor} functions
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-09-08 18:55:38 +02:00
dependabot[bot]
9991299fe9
ci: bump actions/labeler from 5.0.0 to 6.0.1 (#1883)
Link: https://github.com/nix-community/stylix/pull/1883

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-09-06 17:31:31 +02:00
dependabot[bot]
f544772a60
ci: bump actions/github-script from 7.0.1 to 8.0.0 (#1882)
Link: https://github.com/nix-community/stylix/pull/1882

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-09-06 17:24:00 +02:00
Lucas Eduardo
c1ac8e9b3f
blender: add more versions (#1886)
Link: https://github.com/nix-community/stylix/pull/1886

Signed-off-by: lucasew <lucas59356@gmail.com>
Reviewed-by: Louis Dalibard <louis.dalibard@gmail.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-09-06 13:53:52 +00:00
NAHO
f6e9a1b624
ci: request-reviewers: do not request PR author (#1885)
Link: https://github.com/nix-community/stylix/pull/1885
Closes: https://github.com/nix-community/stylix/issues/1867

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-09-05 17:50:48 -07:00
Karun Sandhu
b1a84f8982
fnott: rename progress-bar-color setting to progress-color (#1872)
Rename progress-bar-color setting to progress-color, following upstream
commit [1] ("notification: implement progress-as-background").

[1]: f78cf9887e

Link: https://github.com/nix-community/stylix/pull/1872

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-09-05 21:41:37 +00:00
awwpotato
0e7b897c73
flake: update all inputs (#1881)
Update all inputs, rename the KDE platform, and apply formatter changes
by running the following commands:

    biome check --unsafe --write
    pre-commit run --all-files

Rename the KDE platform, following local commit f47c0edcf7 ("treewide:
remove Plasma 5 support dropped upstream (#1860)") and upstream commits
[1] ("nixos/treewide: clean up some more references to deleted qt5
things") and [2] ("qt: deprecate kde6").

[1]: 31d5c4e753
[2]: 1e759786e5

Closes: https://github.com/nix-community/stylix/issues/1865
Link: https://github.com/nix-community/stylix/pull/1866
Link: https://github.com/nix-community/stylix/pull/1881

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Co-authored-by: Samuel Meenzen <samuel@meenzen.net>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: Daniel Thwaites <danth@danth.me>
2025-09-05 22:22:06 +02:00
Daniel Thwaites
5c34e203c5
gnome: get extension UUID from package metadata (#1876)
Just a small change to get the UUID from a single source of truth,
rather than hardcoding it. The generated script is exactly the same
as before.

Link: https://github.com/nix-community/stylix/pull/1876

Approved-by: awwpotato <awwpotato@voidq.com>
2025-09-05 19:14:14 +01:00
Karun Sandhu
584d9c57a8
fnott: set icon theme (#1873)
Link: https://github.com/nix-community/stylix/pull/1873

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-09-03 21:42:07 -07:00
awwpotato
e8cdb1e2ba
doc/src/commit_convention: indicate root directory and add commit example (#1868)
Link: https://github.com/nix-community/stylix/pull/1868

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-09-03 21:33:30 -07:00
NAHO
989312ab49
ci: remove 'Submission Checklist' header in template section (#1869)
Remove the explicit 'Submission Checklist' header since it is the only
header in the template section after applying commits e544f6ec6c ("ci:
visually distinguish user description from PR template content (#1802)")
and 2355da455d ("ci: remove 'Notify Maintainers' section from PR
template (#1856)").

This simplifies the template to its essentials, while keeping the
descriptive checklist code comment.

Link: https://github.com/nix-community/stylix/pull/1869

Approved-by: Daniel Thwaites <danth@danth.me>
2025-09-02 12:08:58 +01:00
NAHO
98592e3c59
doc/src/commit_convention: add subsystem nesting commit example 2025-08-27 00:48:32 +02:00
NAHO
ee128898d9
doc/src/commit_convention: consistently indicate root directories
Fixes: 57d036d922 ("doc: commit_convention: overhaul and formalize unspoken rules (#1717)")
2025-08-27 00:42:43 +02:00
David BELEY
f47c0edcf7
treewide: remove Plasma 5 support dropped upstream (#1860)
Remove Plasma 5 support dropped in upstream commit [1] ("treewide: drop
Qt5 versions of Plasma, Gear, Deepin, Maui, friends (#430298)").

[1]: 2053850561

Closes: https://github.com/nix-community/stylix/issues/1861
Link: https://github.com/nix-community/stylix/pull/1860

Reviewed-by: https://github.com/SuperSandro2000
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-08-24 03:05:43 +02:00
awwpotato
2355da455d
ci: remove 'Notify Maintainers' section from PR template (#1856)
Link: https://github.com/nix-community/stylix/pull/1856

Reviewed-by: Daniel Thwaites <danth@danth.me>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-08-20 18:46:01 +02:00
NAHO
2567b92466
fontconfig: leverage lib.genAttrs and use mkOrder (#1718)
Link: https://github.com/nix-community/stylix/pull/1718

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: Flameopathic <64027365+Flameopathic@users.noreply.github.com>
2025-08-19 22:46:15 +02:00
Skryta Istota
e01d56cf5c
stylix/droid: fix import droid modules (#1823)
Link: https://github.com/nix-community/stylix/pull/1823

Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: Daniel Thwaites <danth@danth.me>
2025-08-19 13:10:49 -07:00
awwpotato
7bd8d9c5b1
ci: ISSUE_TEMPLATE: improve and match PR template (#1836)
Link: https://github.com/nix-community/stylix/pull/1836

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-08-19 13:02:46 -07:00
NAHO
9810b32b9b
ci: request-reviewers: use generated token (#1848)
Fixes: b4e1daad3b ("ci: request subsystem maintainers review (#1053)")
Link: https://github.com/nix-community/stylix/pull/1848

Reviewed-by: Daniel Thwaites <danth@danth.me>
2025-08-18 21:43:04 +02:00
Topi
de0ff3cc8f
qt: add fonts (#983)
Link: https://github.com/nix-community/stylix/pull/983

Reviewed-by: Kilian Mio <86004375+Mikilio@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-08-18 21:39:15 +02:00
geodic
05ac1c7074
gdm: apply icon theme (#970)
Link: https://github.com/nix-community/stylix/pull/970

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: Daniel Thwaites <danth@danth.me>
Tested-by: Daniel Thwaites <danth@danth.me>
2025-08-18 20:02:56 +01:00
Steinar Darri Þorgilsson
82242e0f9b
zen-browser: replace mustache template with Nix multiline string (#1829)
Link: https://github.com/nix-community/stylix/pull/1829

Reviewed-by: Karun Sandhu <129101708+MrSom3body@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-08-16 23:02:11 +02:00
dependabot[bot]
928ca832d2
ci: bump korthout/backport-action from 3.2.1 to 3.3.0 (#1844)
Link: https://github.com/nix-community/stylix/pull/1844

Signed-off-by: dependabot[bot] <support@github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-08-14 22:43:17 +00:00
dependabot[bot]
c592717e9f
ci: bump actions/checkout from 4 to 5 (#1838)
Link: https://github.com/nix-community/stylix/pull/1838

Signed-off-by: dependabot[bot] <support@github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-08-12 21:43:40 +02:00
NAHO
afcfed6fd2
doc: update github:danth/stylix URLs to github:nix-community/stylix (#1835)
Link: https://github.com/nix-community/stylix/pull/1835
Reviewed-by: Daniel Thwaites <danth@danth.me>
2025-08-10 19:37:56 +01:00
NAHO
3335202ed0
ci: ISSUE_TEMPLATE: improve and match PR template 2025-08-09 21:05:18 +02:00
NAHO
f6a351a444
treewide: add awwpotato to core maintainers list 2025-08-09 21:05:18 +02:00
NAHO
63bb34a66a
ci: request-reviewers: add missing permission and fix modules path (#1825)
Fixes: b4e1daad3b ("ci: request subsystem maintainers review (#1053)")
Link: https://github.com/nix-community/stylix/pull/1825

Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-08-07 22:12:11 +02:00
awwpotato
928e61f4ed
ci: request-reviewers: add missing members permission
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
2025-08-05 17:26:03 -07:00
awwpotato
5b265fac06
ci: request-reviewers: fix modules path
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
2025-08-05 17:26:02 -07:00
NAHO
8410296a30
anki/hm: remove unused config argument (#1821)
Link: https://github.com/nix-community/stylix/pull/1821
Fixes: 1b5e1c5642 ("anki: init (#1801)")

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-08-05 16:58:41 -07:00
NAHO
665a4ede4d
anki/meta: fix name capitalization (#1820)
Link: https://github.com/nix-community/stylix/pull/1820
Fixes: 1b5e1c5642 ("anki: init (#1801)")

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-08-04 12:05:03 -07:00
Leonard-Orlando Menzel
1b5e1c5642
anki: init (#1801)
Link: https://github.com/nix-community/stylix/pull/1801

Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Co-authored-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-08-03 16:34:08 -07:00
NAHO
ded4f29a02
doc/src/modules: fix admonition formatting (#1814)
Fixes: f826d3214b ("stylix: add generated all-maintainers file (#1654)")
Link: https://github.com/nix-community/stylix/pull/1814

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-07-31 18:09:17 +02:00
NAHO
e544f6ec6c
ci: visually distinguish user description from PR template content (#1802)
Link: https://github.com/nix-community/stylix/pull/1802

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-07-31 15:18:21 +02:00