{
systemd.tmpfiles.settings = {
"helix" = {
"/root/.config/helix" = {
"L+" = "/home/rocco/.config/helix";
};
};
};
}
this is the module i made and imported in the configuration
error: opening file '/home/rocco/.config/helix/default.nix': No such file or directory
why is it trying to open a default.nix file?
{
systemd.tmpfiles.rules = [
"L+ /root/.config/helix - - - - /home/rocco/.config/helix"
];
}
and why the hell is this (which should be the same) working?