vars/interface: Change prompt.persist default to false

Change `prompt.persist` default to false.
We want a consistent default that is not conditionally dependent on
other values.
This makes communication on how the functionality is used more
consistent and easier understood.
This commit is contained in:
a-kenji
2025-02-02 16:46:30 +07:00
committed by clan-bot
parent 339bf9900e
commit f2ab298caa
2 changed files with 2 additions and 1 deletions

View File

@@ -282,7 +282,7 @@ in
```
'';
type = bool;
default = generator.config.script == "";
default = false;
};
description = lib.mkOption {
description = ''