style: reformat keyring.nix array

This commit is contained in:
etwas 2025-06-29 12:17:17 +02:00
parent 02569219b7
commit 5f6a678cd7
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -2,6 +2,10 @@
services.gnome-keyring = {
enable = true;
components = [ "secrets" "pkcs11" "ssh" ];
components = [
"secrets"
"pkcs11"
"ssh"
];
};
}