fix(helix): Fixed "jaaj" theme not being linked by HM
This commit is contained in:
parent
feb7cd1e34
commit
2949b77dd0
1 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
} : {
|
||||
{pkgs, ...}: {
|
||||
home.packages = [
|
||||
pkgs.helix
|
||||
];
|
||||
|
@ -9,6 +6,7 @@
|
|||
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 = {
|
||||
|
|
Loading…
Reference in a new issue