Update helix config

This commit is contained in:
2022-01-20 02:08:54 +00:00
parent b90104fb59
commit 9ca1e718c2
3 changed files with 62 additions and 1 deletions

View File

@@ -27,7 +27,10 @@
file = {
".icons/default".source = "${pkgs.capitaine-cursors}/share/icons/capitaine-cursors";
".config/helix/config.toml".source = ../progs/helix/config.toml;
".config/helix" = {
source = ../progs/helix;
recursive = true;
};
"bin/aupdate" = {
source = ../../scripts/aupdate;