11.stylix/docs/src
Alexey Lebedeff 9b61cc39b2
stylix: don't split autoloaded modules into a separate derivation (#631)
Apparently `../modules` is creating a separate derivation that contains
only that folder, so it's now separate from the flake source. But this
transient derivation isn't mentioned explicitly anywhere in the flake
outputs. It makes it impossible to target those modules in
`disabledModules` directive.

For example, after this change is applied, users can solve issues like
https://github.com/danth/stylix/issues/577 locally, by just adding the
following snippet to their configuration:

    disabledModules = [ "${inputs.stylix}/modules/regreet/nixos.nix" ];

Reviewed-by: Daniel Thwaites <danthwaites30@btinternet.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2024-11-17 17:40:52 +01:00
..
options Convert documentation to mdBook 📝 🔨 2023-03-29 00:54:14 +01:00
commit_convention.md doc: extract Commit Convention section (#518) 2024-08-23 20:31:39 +01:00
configuration.md doc: specify correct color attribute path (#491) 2024-07-30 00:21:31 +01:00
installation.md stylix: add 'stylix.enable' option (#244) 2024-06-10 11:52:47 +02:00
modules.md stylix: add 'stylix.enable' option (#244) 2024-06-10 11:52:47 +02:00
styling.md treewide: change window manager style guide (#414) 2024-06-08 16:17:58 +01:00
SUMMARY.md doc: extract Commit Convention section (#518) 2024-08-23 20:31:39 +01:00
testbed-gnome-dark.png doc: add documentation for testbeds (#347) 2024-04-22 14:37:29 +01:00
testbeds.md doc: add documentation for testbeds (#347) 2024-04-22 14:37:29 +01:00
tricks.md stylix: don't split autoloaded modules into a separate derivation (#631) 2024-11-17 17:40:52 +01:00