style: reformat keyring.nix array
This commit is contained in:
parent
02569219b7
commit
5f6a678cd7
1 changed files with 5 additions and 1 deletions
|
|
@ -2,6 +2,10 @@
|
||||||
services.gnome-keyring = {
|
services.gnome-keyring = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
components = [ "secrets" "pkcs11" "ssh" ];
|
components = [
|
||||||
|
"secrets"
|
||||||
|
"pkcs11"
|
||||||
|
"ssh"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue