configuration.nix/home/services/default.nix

12 lines
182 B
Nix

_: {
imports = [
./aria2c.nix
./gpg-agent.nix
];
services = {
gnome-keyring = {
enable = true;
components = [ "pkcs11" "secrets" "ssh" ];
};
};
}