diff options
| author | Baitinq <[email protected]> | 2022-06-18 21:24:23 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-18 21:24:23 +0200 |
| commit | ba15d2c1205f133a6c7f91e9df1cec9f03cb413f (patch) | |
| tree | a2f653a3bf9aeadff5c741f089a8d503520aaf9c /hosts | |
| parent | Switched from ssh-agent to gpg-agent (diff) | |
| download | nixos-config-ba15d2c1205f133a6c7f91e9df1cec9f03cb413f.tar.gz nixos-config-ba15d2c1205f133a6c7f91e9df1cec9f03cb413f.tar.bz2 nixos-config-ba15d2c1205f133a6c7f91e9df1cec9f03cb413f.zip | |
Added patched kcc and kindlegen
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/home.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 7b7482c..ef9bb98 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -36,6 +36,8 @@ in custom.anime-downloader custom.adl custom.trackma + kcc + custom.kindlegen ]; services.gpg-agent = { |