helix -> nix: Copy config using home manager

This commit is contained in:
Culis Gaspard 2024-09-16 14:59:57 +02:00
parent 12b63427c7
commit 551aeea2fa

View file

@ -5,4 +5,9 @@
home.packages =[
pkgs.helix
];
home.file = {
".config/helix/config.toml".source = ./config.toml;
".config/helix/languages.toml".source = ./languages.toml;
};
}