Files
nixcfg/users/configs/system/helix/default.nix
2023-06-24 16:27:46 +01:00

7 lines
93 B
Nix

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