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,14 +1,12 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
home.packages = [
|
||||||
...
|
|
||||||
} : {
|
|
||||||
home.packages =[
|
|
||||||
pkgs.helix
|
pkgs.helix
|
||||||
];
|
];
|
||||||
|
|
||||||
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 = {
|
||||||
|
|
Loading…
Reference in a new issue