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 = {