use helix theme instead of stylix

This commit is contained in:
ulic-youthlic 2025-04-17 12:39:34 +08:00
parent 8806d7d37c
commit ff0cd1aec4
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
# theme = "ayu_evolve" # avoid conflicting with stylix
theme = "ayu_dark"
[editor]
line-number = "relative"

View file

@ -29,6 +29,7 @@
cfg = config.youthlic.programs.helix;
in
{
stylix.targets.helix.enable = false;
programs.helix = lib.mkIf cfg.enable {
enable = true;
package = outputs.packages."${pkgs.system}".helix;