Files
nixcfg/users/daniel/configs/system/helix/default.nix
2022-04-16 14:29:22 +01:00

8 lines
89 B
Nix

{...}:
{
home.file.".config/helix" = {
source = ./config;
recursive = true;
};
}