Remove noask flag as plasma wallet can streamline the whole thing

This commit is contained in:
Evie Litherland-Smith 2023-06-16 14:36:37 +01:00
parent 384d2bfc58
commit 63d0bb7ede

View file

@ -1,7 +1,7 @@
{...}: {
programs.keychain = {
enable = true;
extraFlags = ["--quiet" "--noask" "--ignore-missing"];
extraFlags = ["--quiet" "--ignore-missing"];
keys = ["id_rsa" "id_ed25519"];
enableXsessionIntegration = true;
};