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 | b50b96496620d855f71c441a20f2b30344795329 (patch) | |
| tree | 36f5ec8ea283caf6bac5cae531457f47ad7ce883 /hosts | |
| parent | Switched from ssh-agent to gpg-agent (diff) | |
| download | nixos-config-b50b96496620d855f71c441a20f2b30344795329.tar.gz nixos-config-b50b96496620d855f71c441a20f2b30344795329.tar.bz2 nixos-config-b50b96496620d855f71c441a20f2b30344795329.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 = { |