awwpotato
64b9f2c2df
stylix: yamlint ignore truthy for workflows ( #1116 )
...
Link: https://github.com/nix-community/stylix/pull/1116
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-31 11:44:33 -07:00
awwpotato
093087e969
stylix: add imports to mkTarget ( #1363 )
...
Link: https://github.com/nix-community/stylix/pull/1363
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-31 11:17:32 -07:00
NAHO
8762da957b
treewide: remove unnecessary use of self ( #1413 )
...
Remove the unnecessary use of self to simplify path handling by reducing
importApply uses, and eliminating unsafeRemoveStringContext.
This is a follow-up to commit 9b61cc39b2 ("stylix: don't split
autoloaded modules into a separate derivation (#631 )").
Be aware that this change emphasizes careful use of string
interpolation. Using "${./foo}" can inadvertently create store objects.
This behavior aligns with standard Nix practices, so it's a good habit
to be mindful of it. While there are valid cases for creating store
objects (for example, when a derivation needs to depend on a file), if
you're working directly with paths or files within your project, either
keep the value as a path or use toString instead of string
interpolation.
Closes: https://github.com/nix-community/stylix/issues/1393
Link: https://github.com/nix-community/stylix/pull/1413
Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-31 15:58:26 +02:00
Fea
b69e9b761e
yazi: Change deprecated "manager" to new name "mgr" ( #1424 )
...
Link: https://github.com/nix-community/stylix/pull/1424
Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-05-30 16:03:29 +00:00
Matt Sturgeon
0512b0f685
ci: fix backport conditions ( #1420 )
...
Link: https://github.com/nix-community/stylix/pull/1420
Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-05-29 19:30:39 -07:00
Matt Sturgeon
838df8b8ad
stylix: improve stylix.image type ( #1414 )
...
Previously:
- Out-of-store paths were not necessarily copied to store.
- Derivations were needlessly coerced to strings.
- `package` and `path` were both used, despite `path` being a superset
of `package`.
Link: https://github.com/nix-community/stylix/pull/1414
Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-30 02:13:13 +02:00
Julian Hauser
4a121321d3
waybar: add bluetooth configuration ( #1412 )
...
Co-authored-by: jghauser <julianhauser.com>
2025-05-29 10:57:12 -07:00
Flameopathic
37736ba403
home-manager: cast cursor size to int ( #1401 )
...
Link: https://github.com/nix-community/stylix/pull/1401
Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-05-29 10:52:17 -07:00
Matt Sturgeon
3a4599a330
stylix: check base16Scheme is not null before using mkSchemeAttrs ( #1408 )
...
Link: https://github.com/nix-community/stylix/pull/1408
Closes: https://github.com/nix-community/stylix/issues/1046
Closes: https://github.com/nix-community/stylix/issues/1385
Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-05-29 10:41:30 -07:00
Matt Sturgeon
99130f414d
stylix: minor meta.nix cleanup
2025-05-28 19:32:15 +01:00
Matt Sturgeon
03748a36d5
stylix: drop unnecessary use of self in meta.nix
2025-05-28 19:32:15 +01:00
Matt Sturgeon
23e3013b62
stylix: drop unnecessary use of self in droid
2025-05-28 19:32:15 +01:00
Matt Sturgeon
9cb8a57eac
stylix: drop unnecessary use of self in darwin
2025-05-28 19:32:15 +01:00
Matt Sturgeon
5fa31498d2
stylix: drop unnecessary use of self in home-manager
2025-05-28 19:32:15 +01:00
Matt Sturgeon
950483a5d0
stylix: drop unnecessary use of self in nixos
2025-05-28 19:30:31 +01:00
Matt Sturgeon
9fb268f3a6
stylix: drop unnecessary use of self in autoload.nix
2025-05-28 19:20:58 +01:00
Matt Sturgeon
91755e0f1c
stylix: drop unnecessary use of self in testbed
2025-05-28 19:20:54 +01:00
Matt Sturgeon
eaa38e0591
doc: drop unnecessary use of self
2025-05-28 19:10:42 +01:00
Matt Sturgeon
b1a152c639
flake: drop unnecessary use of self
2025-05-28 19:10:38 +01:00
NAHO
2579395763
stylix: refactor testbed impl in prep for flake partition ( #1395 )
...
Link: https://github.com/nix-community/stylix/pull/1395
Reviewed-by: Flameopathic <64027365+Flameopathic@users.noreply.github.com>
Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-28 18:39:16 +02:00
Matt Sturgeon
ba217a8128
flake: use biome formatter for JSON and CSS ( #1394 )
...
Link: https://github.com/nix-community/stylix/pull/1394
Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-28 17:55:09 +02:00
Matt Sturgeon
f996bf8870
stylix: move testbed isEnabled to its own file
2025-05-28 00:30:20 +01:00
Matt Sturgeon
aaa0517d20
stylix: move testbed themes to their own files
...
- Converted stylix config into full modules that define `stylix`.
- Introduce `images.nix` for defining common images.
- Renamed `testcase` → `themeName` and `stylix` → `themeModule`.
Co-authored-by: Flameopathic <64027365+Flameopathic@users.noreply.github.com>
2025-05-28 00:30:20 +01:00
Matt Sturgeon
7afee8f85b
stylix: move testbed modules to their own files
...
Introduce `user.toml` for storing shared user info.
2025-05-28 00:30:20 +01:00
Matt Sturgeon
c765b15fc3
stylix: move testbed to a dedicated directory
2025-05-28 00:30:20 +01:00
Matt Sturgeon
93507d3cd7
stylix: make testbedFieldSeparator a file arg
2025-05-28 00:30:19 +01:00
Matt Sturgeon
8ebdc8cc8b
stylix: remove ... from testbed file args
...
Generally, it is better to be strict about the expected input args.
`...` should only be used when you need to accept unexpected or
arbitrary arguments.
2025-05-28 00:30:19 +01:00
losnappas
e38a646e5c
bemenu: fix undefined variable error ( #1390 )
...
Link: https://github.com/nix-community/stylix/pull/1390
Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-05-27 13:03:55 -07:00
Matt Sturgeon
dedf5de579
doc: enable hash-files
...
Adds a hash to static filenames, i.e. CSS and JS files. This is done to
invalidate browser cache when the file is changed.
2025-05-27 11:05:00 -07:00
Matt Sturgeon
19e48021e3
doc: add redirect for 'Standalone Nixvim'
...
Follow up to #1219
2025-05-27 11:05:00 -07:00
Matt Sturgeon
9f94e35373
doc: add JavaScript redirects
...
We already have HTML support for redirects built-in to MDBook, however
this only works for redirecting from _pages_. Sometimes we want to
redirect from a specific _anchor_ tag.
2025-05-27 11:05:00 -07:00
Matt Sturgeon
9746893051
flake: add 'biome' to treefmt for javascript
...
https://biomejs.dev/formatter/differences-with-prettier
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-27 11:05:00 -07:00
NAHO
1fdbf01ebe
stylix: reduce testbed names ( #1094 )
...
Link: https://github.com/nix-community/stylix/pull/1094
Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-26 18:23:38 +02:00
NAHO
d66135deb3
flake: add ruff formatter ( #1389 )
...
Link: https://github.com/nix-community/stylix/pull/1389
Reviewed-by: awwpotato <awwpotato@voidq.com>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
2025-05-26 18:06:05 +02:00
wawwior
aa70426f8f
console: improve color consistency ( #1388 )
...
Link: https://github.com/nix-community/stylix/pull/1388
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-26 16:29:34 +02:00
Flameopathic
225b2ddbba
doc: explain testbed options ( #1383 )
...
Link: https://github.com/nix-community/stylix/pull/1383
Reviewed-by: Mateus Auler <mateus@auler.dev>
Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-26 14:54:39 +02:00
Matt Sturgeon
e22f96de3f
doc: update documentation to reflect #1083 ( #1329 )
...
Link: https://github.com/nix-community/stylix/pull/1329
Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: Flameopathic <64027365+Flameopathic@users.noreply.github.com>
2025-05-25 15:55:24 -07:00
Flameopathic
17398c4fce
treewide: name default testbeds
2025-05-24 08:53:58 -04:00
Flameopathic
2b7ff59d81
stylix: reduce testbed names
2025-05-24 08:53:58 -04:00
awwpotato
34b5930894
doc: recommend 25.05 as stable version ( #1320 )
2025-05-23 12:29:21 -07:00
awwpotato
6b2bc89659
stylix: allow for overlays to access options ( #1372 )
...
Link: https://github.com/nix-community/stylix/pull/1372
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-23 19:03:37 +00:00
NAHO
e4fde51c6e
tofi: add missing lib module argument ( #1370 )
...
Fixes: 7ffb31da69 ("treewide: use mkTarget (batch 2) (#1362 )")
Link: https://github.com/nix-community/stylix/pull/1370
Reviewed-by: awwpotato <awwpotato@voidq.com>
Tested-by: repparw <45952970+repparw@users.noreply.github.com>
2025-05-23 20:49:31 +02:00
awwpotato
7ffb31da69
treewide: use mkTarget (batch 2) ( #1362 )
...
Link: https://github.com/nix-community/stylix/pull/1362
Reviewed-by: Flameopathic <64027365+Flameopathic@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-23 19:23:39 +02:00
Karun Sandhu
8dd18dd395
hyprlock: fix setting background
2025-05-23 08:15:07 -07:00
Karun Sandhu
86cfc446a5
hyprlock: add MrSom3body as maintainer
2025-05-23 08:15:07 -07:00
Karun Sandhu
f99fe598a6
foot: fix font size ( #1360 )
...
Link: https://github.com/nix-community/stylix/pull/1360
Reviewed-by: pancho horrillo <pancho@pancho.name>
Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-05-22 15:16:38 -07:00
awwpotato
3e447578ef
doc: give consistant input version and follows instructions ( #1271 )
...
Link: https://github.com/nix-community/stylix/pull/1271
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-22 21:03:45 +02:00
awwpotato
e16d94d868
ci: prefix labels with type ( #1256 )
...
Link: https://github.com/nix-community/stylix/discussions/1109#discussioncomment-13110835
Link: https://github.com/nix-community/stylix/pull/1256
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-22 20:28:25 +02:00
NAHO
af4f2b5646
treewide: use mkTarget (batch 1) ( #1342 )
...
Link: https://github.com/nix-community/stylix/pull/1342
Reviewed-by: Flameopathic <64027365+Flameopathic@users.noreply.github.com>
Reviewed-by: Daniel Thwaites <danth@danth.me>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-22 20:11:59 +02:00
awwpotato
f9a6a599d7
hyprland: fix hyprpaper enable condition ( #1355 )
...
Link: https://github.com/nix-community/stylix/pull/1355
Fixes: 7c66e (treewide: partially apply mkTarget)
Reviewed-by: Flameopathic <flameopathic@gmail.com>
2025-05-22 08:54:31 -07:00