NAHO
2e2e96f6b0
treewide: remove blank lines around 'let', 'in', and function arguments ( #1700 )
...
Link: https://github.com/nix-community/stylix/pull/1700
Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-07-19 10:41:36 -07:00
Shahar "Dawn" Or
d0a956c2c1
fontconfig: init
2025-06-04 16:33:12 +07:00
Matt Sturgeon
5fa31498d2
stylix: drop unnecessary use of self in home-manager
2025-05-28 19:32:15 +01:00
Matt Sturgeon
9fb268f3a6
stylix: drop unnecessary use of self in autoload.nix
2025-05-28 19:20:58 +01:00
awwpotato
70f331c8e7
stylix: use lib.modules.importApply ( #1185 )
...
Link: https://github.com/danth/stylix/pull/1185
Reviewed-by: Flameopathic <64027365+Flameopathic@users.noreply.github.com>
Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-04 23:59:47 +02:00
awwpotato
eb19696b18
stylix: add overlay module ( #1048 )
...
Closes: https://github.com/danth/stylix/issues/865
Link: https://github.com/danth/stylix/pull/1048
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-03-31 17:36:36 +00:00
Flameopathic
fc5acae54b
stylix: add version checks ( #924 )
...
Basic release version checks for NixOS, Home Manager, nix-darwin, and Stylix.
Fixes #379
Co-authored-by: Daniel Thwaites <danth@danth.me>
2025-03-10 15:36:48 +00:00
Flameopathic
3fce9fb038
treewide: propagate inputs and remove templates ( #926 )
...
Closes: https://github.com/danth/stylix/issues/238
Link: https://github.com/danth/stylix/pull/926
Reviewed-by: Daniel Thwaites <danth@danth.me>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-03-09 15:46:36 +01:00
Daniel Thwaites
e87bf16df9
stylix: use absolute paths for module imports
2025-02-18 14:37:50 +00:00
NAHO
ad64260a75
treewide: add and apply nixfmt pre-commit hook
...
Link: https://github.com/danth/stylix/pull/519
2025-01-04 17:48:26 +01:00
Dennis Lonoshchuk
f3c2f5a179
stylix: set GTK icon theme ( #603 )
...
Closes: https://github.com/danth/stylix/issues/458
Link: https://github.com/danth/stylix/pull/603
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Tested-by: Kamron Bhavnagri <kamwithk@tuta.io>
2024-11-30 19:51:29 +01:00
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
Daniel Thwaites
80e8e1e2f6
treewide: add linters and apply pending suggestions ( #426 )
2024-06-16 15:08:25 +01:00
sntx
07795247c2
Add cursor support ( #172 )
...
Co-authored-by: Daniel Thwaites <danthwaites30@btinternet.com>
2023-11-01 13:40:25 +00:00
Bernardo Meurer
b42555850b
Move all templates into flake inputs ( #165 )
...
This reduces our reliance on import-from-derivation, so evaluation is faster.
2023-10-10 10:44:54 +01:00
Mason Dear
1c953ad0dc
Opacity support ( #77 )
2023-05-18 20:00:50 +01:00
DwarfMaster
610632be8e
Improved default of options when used from home-manager
2023-02-02 00:22:47 +01:00
DwarfMaster
83456eceb6
Auto-enable home-manager integration when hm is available
2023-02-01 21:38:01 +01:00
DwarfMaster
fbad7b1b0c
Refactor modules to separate nixos from hm code
2023-01-30 22:56:57 +01:00
DwarfMaster
76a254f9fe
Separate stylix into a nixos module and a home-manager module
2023-01-30 19:25:27 +01:00