Commit graph

1300 commits

Author SHA1 Message Date
NAHO
76d05fd9c0
stylix/mk-target: rename generalConfig argument to unconditionalConfig
Rename the generalConfig argument to unconditionalConfig to better imply
the intentional lack of safeguarding.
2025-12-10 14:42:30 +01:00
NAHO
f7b554dea9
stylix/mk-target: polish implementation and improve error reporting
Polish the mkTarget implementation to improve error reporting and
simplify future enhancements.

Configuration elements can now recursively resolve to paths.
2025-12-10 14:42:30 +01:00
NAHO
1272e6858e
stylix/mk-target: rename mkConfig function to callModule
Rename the mkConfig function to callModule to generalize the name beyond
the specific config and options module arguments.

Fixes: dea0337e0b ("stylix: restrict access to config while using mkTarget (#1368)")
2025-12-10 14:42:30 +01:00
NAHO
9afd8230cd
stylix/mk-target: document imports argument
Fixes: 093087e969 ("stylix: add imports to mkTarget (#1363)")
2025-12-10 14:42:30 +01:00
NAHO
25354cc88b
stylix/mk-target: sort optional arguments 2025-12-10 14:42:30 +01:00
NAHO
a4ffbc20ea
modules: flatten single-attribute set declarations 2025-12-10 14:42:30 +01:00
0xda157
bd00e01aab
fcitx5: add da157 as maintainer (#2066)
Link: https://github.com/nix-community/stylix/pull/2066

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-12-06 19:57:29 +01:00
0xda157
3a332459f4
treewide: use strict mode for nixfmt (#2041)
Link: https://github.com/nix-community/stylix/pull/2041
Link: https://github.com/nix-community/stylix/pull/1976#discussion_r2539186937

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-12-05 16:05:09 -08:00
Louis Dalibard
46440f1bc8
fcitx5: conform to stylix styling guidelines (#2063)
Link: https://github.com/nix-community/stylix/pull/2063
Closes: https://github.com/nix-community/stylix/issues/2062
2025-12-05 11:04:53 -08:00
Mirza Arnaut
61a01b75f0
vivid: init (#1938)
Closes: https://github.com/nix-community/stylix/issues/560
Link: https://github.com/nix-community/stylix/pull/1938

Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-12-04 15:59:12 +01:00
NAHO
4b9e0e7ba3
flake/dev/flake: override vicinae's system input (#2057)
Link: https://github.com/nix-community/stylix/pull/2057

Reviewed-by: 0xda157 <da157@voidq.com>
2025-12-03 21:41:39 +00:00
stylix-automation[bot]
1acea29f68
flake: update all inputs (#2035)
Link: https://github.com/nix-community/stylix/pull/2035

Reviewed-by: 0xda157 <da157@voidq.com>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Co-authored-by: 0xda157 <da157@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-12-03 21:59:32 +01:00
NAHO
c9e89d4478
ci: deprecate 25.05 branch (#2051)
Link: https://github.com/nix-community/stylix/pull/2051
2025-12-03 16:01:54 +01:00
0xda157
ddc49fd564
doc: recommend 25.11 as stable branch (#2025)
Link: https://github.com/nix-community/stylix/pull/2025

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-12-02 16:33:23 -08:00
NAHO
71054adbc3
stylix/testbed/modules/application: add notification progress bar (#2021)
Some checks failed
Check / aarch64-darwin (push) Has been cancelled
Check / aarch64-linux (push) Has been cancelled
Check / x86_64-darwin (push) Has been cancelled
Check / x86_64-linux (push) Has been cancelled
Label Merge Conflicts / conflicts (push) Has been cancelled
Documentation / docs (push) Has been cancelled
Link: https://github.com/nix-community/stylix/pull/2021

Reviewed-by: 0xda157 <da157@voidq.com>
2025-12-01 20:14:00 -08:00
NAHO
794b6e1fa7
ci: update-flake: match PR title to commit title (#2043)
Link: https://github.com/nix-community/stylix/pull/2043
Fixes: b01dbcdc08 ("ci: update-flake: use one atomic commit")

Reviewed-by: 0xda157 <da157@voidq.com>
2025-11-30 16:54:03 -08:00
chillcicada
961e2f02af
gdu: properly rename module and option names (#2044)
Fixes: b9b0501839 ("gdu: init (#1995)")
Link: https://github.com/nix-community/stylix/pull/2044

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-11-30 18:11:06 +01:00
NAHO
8a096ccec8
ci: update-flake: fix invalid 'gh pr edit' label flag (#2038)
Closes: https://github.com/nix-community/stylix/issues/2037
2025-11-29 13:31:05 -08:00
0xda157
49d56ea397
ci: update-flake: use one atomic commit and parallelize updates (#2039)
Link: https://github.com/nix-community/stylix/pull/2039

Reviewed-by: 0xda157 <da157@voidq.com>
2025-11-29 11:13:24 -10:00
NAHO
a87d4cb376
ci: update-flake: parallelize updates to minimize version drift 2025-11-29 16:06:08 +01:00
NAHO
b01dbcdc08
ci: update-flake: use one atomic commit
Use one atomic commit to simplify the commit history and prevent the
previous commits from individually breaking CI.
2025-11-29 16:05:49 +01:00
NAHO
a1451bc404
qt: add missing configuration detail and update template (#2023)
Link: https://github.com/nix-community/stylix/pull/2023

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-11-27 15:34:23 +01:00
Mikilio
d5bbace3ff
qt: fix colorscheme not applying sometimes 2025-11-26 23:29:46 +01:00
Mikilio
a8bb9ee2fa
qt: update template in accordance with reference 2025-11-26 23:29:45 +01:00
0xda157
70c444a10d
ci: update dependencies on 25.11 branch (#2027)
Link: https://github.com/nix-community/stylix/pull/2027

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-11-26 22:16:50 +01:00
Kilian Mio
687a8c1bf2
regreet: explicitly apply GTK theme (#1964)
Explicitly apply the GTK theme, as global GTK theming is scoped to
individual derivations.

Closes: https://github.com/nix-community/stylix/issues/690

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-11-26 20:30:40 +01:00
Louis Dalibard
b5072c5130
nixcord: add Equibop and Equicord support (#2016)
Link: https://github.com/nix-community/stylix/pull/2016

Reviewed-by: 0xda157 <da157@voidq.com>
Tested-by: https://github.com/pastadudes
Reviewed-by: Flameopathic <flameopathic@gmail.com>
2025-11-24 21:18:09 -08:00
0xda157
adc6506100
ci: add buildbot support (#1985)
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Approved-by: Matt Sturgeon <matt@sturgeon.me.uk>
Approved-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Approved-by: Daniel Thwaites <danth@danth.me>
2025-11-22 20:59:01 +00:00
NAHO
51383904f3
doc: configuration: update broken stylix.image URL (#2014)
Link: https://github.com/nix-community/stylix/pull/2014

Reviewed-by: 0xda157 <da157@voidq.com>
2025-11-22 12:25:37 -08:00
0xda157
cd11c057b0
vicinae: fix check for vicinae being imported (#2012)
Fixes: 89f99bfeb8 ("vicinae: init (#1994)")
Link: https://github.com/nix-community/stylix/pull/2012

Tested-by: @anton:gersthof.com on matrix
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-11-21 23:32:47 +00:00
0xda157
89f99bfeb8
vicinae: init (#1994)
Link: https://github.com/nix-community/stylix/pull/1994

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-11-21 22:34:06 +01:00
NAHO
2424a3923d
nixvim: remove unused config module argument (#2010)
Link: https://github.com/nix-community/stylix/pull/2010

Reviewed-by: Flameopathic <64027365+Flameopathic@users.noreply.github.com>
2025-11-21 20:07:05 +01:00
Georgiy Shevoroshkin
b9b0501839
gdu: init (#1995)
Link: https://github.com/nix-community/stylix/pull/1995

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-11-21 19:13:27 +01:00
0xda157
8ca5c7fbab
ci: update-flake: continue on all-maintainers failure (#1986)
Link: https://github.com/nix-community/stylix/pull/1986

Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-11-21 16:17:55 +01:00
NAHO
57e963fd79
ci: check: use nothing-but-nix rampage protocol (#1978)
Some checks failed
Check / aarch64-darwin (push) Has been cancelled
Check / aarch64-linux (push) Has been cancelled
Check / x86_64-darwin (push) Has been cancelled
Check / x86_64-linux (push) Has been cancelled
Label Merge Conflicts / conflicts (push) Has been cancelled
Documentation / docs (push) Has been cancelled
Link: https://github.com/nix-community/stylix/pull/1978

Reviewed-by: 0xda157 <da157@voidq.com>
2025-11-20 19:29:42 -08:00
dependabot[bot]
c482552ae2
ci: bump actions/checkout from 5 to 6 (#2000)
Link: https://github.com/nix-community/stylix/pull/2000

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: 0xda157 <da157@voidq.com>
2025-11-20 22:37:56 +00:00
0xda157
dd97dc64e7
ci: labeler: remove auto backport for workflows (#1999)
Link: https://github.com/nix-community/stylix/pull/1999

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-11-20 23:34:53 +01:00
0xda157
4e36d6fdcd
ci: enable stricter Bash error checking (#2001)
Link: https://github.com/nix-community/stylix/pull/2001

Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
Reviewed-by: 0xda157 <da157@voidq.com>
2025-11-20 12:25:22 -10:00
0xda157
538781988e
ci: update-flake: declare PR body and avoid silent errors (#1997)
Link: https://github.com/nix-community/stylix/pull/1997

Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
Reviewed-by: 0xda157 <da157@voidq.com>
2025-11-20 12:06:18 -10:00
NAHO
97d412d949
ci: enable stricter Bash error checking
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
2025-11-20 22:58:08 +01:00
NAHO
91075d1635
ci: update-flake: handle existing PRs and avoid silent errors
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
2025-11-20 22:29:05 +01:00
0xda157
faf40d4431
flake/dev/flake: reduce number of new input dependencies (#1998)
Link: https://github.com/nix-community/stylix/pull/1998

Reviewed-by: 0xda157 <da157@voidq.com>
2025-11-20 10:20:40 -10:00
NAHO
0fde97f72d
flake/dev/flake: disable unnecessary input dependencies 2025-11-20 18:46:42 +01:00
NAHO
89e14e6e6b
flake/dev/flake: override nvf's flake-parts input
Fixes: 84e7ea0aa4 ("{nixvim,nvf}: add testbeds (#1579)")
2025-11-20 18:37:07 +01:00
Vidhan Bhatt
83ff4d112b
ghostty: scale font on darwin (#1988)
Link: https://github.com/nix-community/stylix/pull/1988

Reviewed-by: Ian Holloway <72767437+IanHollow@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-11-20 18:12:54 +01:00
NAHO
0ef1d62a31
ci: update-flake: declare PR body for unsupervised PR submissions
Fixes: a5c1532ab8 ("flake: partition dev inputs (#1289)")
2025-11-20 17:00:26 +01:00
NAHO
b82fa908a9
ci: update-flake: sort CLI arguments
Fixes: a5c1532ab8 ("flake: partition dev inputs (#1289)")
2025-11-20 16:59:35 +01:00
NAHO
2d741ac0da
ci: update-flake: simplify command formatting
Fixes: a5c1532ab8 ("flake: partition dev inputs (#1289)")
2025-11-20 16:59:34 +01:00
Konrad Malik
c27bc6e9f9
stylix/home-manager-integration: fix evaluation on darwin (#1973)
Closes: https://github.com/nix-community/stylix/issues/1981
Link: https://github.com/nix-community/stylix/pull/1973

Reviewed-by: 0xda157 <da157@voidq.com>
Approved-by: https://github.com/pastadudes
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-11-20 15:43:32 +01:00
NAHO
e60876ba7c
xresources: align with Tinted Theming template (#1980)
Link: https://github.com/nix-community/stylix/pull/1980

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-11-20 15:25:33 +01:00