From ab1ecc49edf08298ff1906c09ca22531de88604a Mon Sep 17 00:00:00 2001 From: ryan4yin Date: Thu, 25 May 2023 23:45:13 +0800 Subject: [PATCH] feat: add TODO --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d05b4fb1..c7b3817b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ This repository is home to the nix code that builds my systems. - enable disk encryption to enhance data security - make fcitx5-rime work in vscode/chrome on wayland +- auto unlock with `ssh-agent` after login + - [People using ssh-agent, how do you unlock it on login? - reddit](https://www.reddit.com/r/NixOS/comments/lsbo9a/people_using_sshagent_how_do_you_unlock_it_on/) ## Why Nix?