import helix config as files (not dir)
This commit is contained in:
parent
88f095143c
commit
24379e16fd
1 changed files with 3 additions and 1 deletions
|
|
@ -8,5 +8,7 @@
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."helix".source = "${config.dotfiles.path}/.config/helix";
|
xdg.configFile."helix/config.toml".source = "${config.dotfiles.path}/.config/helix/config.toml";
|
||||||
|
xdg.configFile."helix/languages.toml".source =
|
||||||
|
"${config.dotfiles.path}/.config/helix/languages.toml";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue