After creating a project, my goal is to edit the project to make it billable by default. To achieve this, I execute the command: ```bash timetrace edit project test ``` However, I encounter the following error: ```bash ❗ Failed to edit project: fork/exec /usr/bin/nano: no such file or directory ``` When I run the command `timetrace get project test`, the "test" project does appear in the list of keys, indicating that it exists. The project was initially created using the command: ```bash timetrace create project test ``` The `timetrace` utility was installed via Snap on a system running Fedora 39.