From 2949b77dd0511ec492d1ed6a20d3997e445d53ed Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Fri, 20 Sep 2024 17:56:03 +0200 Subject: [PATCH] fix(helix): Fixed "jaaj" theme not being linked by HM --- editor/helix/default.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/editor/helix/default.nix b/editor/helix/default.nix index 13c7afb..c85c522 100644 --- a/editor/helix/default.nix +++ b/editor/helix/default.nix @@ -1,14 +1,12 @@ -{ - pkgs, - ... -} : { - home.packages =[ +{pkgs, ...}: { + home.packages = [ pkgs.helix ]; home.file = { ".config/helix/config.toml".source = ./config.toml; ".config/helix/languages.toml".source = ./languages.toml; + ".config/helix/themes/jaaj.toml".source = ./themes/jaaj.toml; }; home.sessionVariables = {