fix(helix): Fixed "jaaj" theme not being linked by HM

This commit is contained in:
GaspardCulis 2024-09-20 17:56:03 +02:00
parent feb7cd1e34
commit 2949b77dd0

View file

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