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,7 +1,4 @@
{ {pkgs, ...}: {
pkgs,
...
} : {
home.packages = [ home.packages = [
pkgs.helix pkgs.helix
]; ];
@ -9,6 +6,7 @@
home.file = { home.file = {
".config/helix/config.toml".source = ./config.toml; ".config/helix/config.toml".source = ./config.toml;
".config/helix/languages.toml".source = ./languages.toml; ".config/helix/languages.toml".source = ./languages.toml;
".config/helix/themes/jaaj.toml".source = ./themes/jaaj.toml;
}; };
home.sessionVariables = { home.sessionVariables = {