use helix theme instead of stylix
This commit is contained in:
parent
8806d7d37c
commit
ff0cd1aec4
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# theme = "ayu_evolve" # avoid conflicting with stylix
|
theme = "ayu_dark"
|
||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
line-number = "relative"
|
line-number = "relative"
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,7 @@
|
||||||
cfg = config.youthlic.programs.helix;
|
cfg = config.youthlic.programs.helix;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
stylix.targets.helix.enable = false;
|
||||||
programs.helix = lib.mkIf cfg.enable {
|
programs.helix = lib.mkIf cfg.enable {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = outputs.packages."${pkgs.system}".helix;
|
package = outputs.packages."${pkgs.system}".helix;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue