Restructure to use flakes
This commit is contained in:
10
home/gnome-keyring.nix
Normal file
10
home/gnome-keyring.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ ... }: {
|
||||
services.gnome-keyring = {
|
||||
enable = true;
|
||||
components = [
|
||||
"pkcs11"
|
||||
"secrets"
|
||||
# "ssh"
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user