Change ly to file rather than folder to avoid config being written to incorrect path

This commit is contained in:
Bun 2025-04-30 23:44:09 -04:00
parent ca0987c21a
commit fb05917bc0

View file

@ -5,6 +5,6 @@
enable = true;
settings.vi_mode = true;
};
environment.persistence."/persist".directories = [ "/etc/ly" ];
environment.persistence."/persist".files = [ "/etc/ly/save.ini" ];
};
}