mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 11:20:19 +01:00
minimal: Add keychain to manager ssh keys
This commit is contained in:
parent
85b0a79a52
commit
89b2d645fd
1 changed files with 6 additions and 0 deletions
|
|
@ -68,6 +68,7 @@
|
|||
bat-extras.prettybat
|
||||
just
|
||||
bottom
|
||||
keychain
|
||||
|
||||
# Useful for pandoc to latex
|
||||
(texlive.combine {
|
||||
|
|
@ -374,6 +375,11 @@
|
|||
'';
|
||||
|
||||
shellInitLast = ''
|
||||
# Use set -Ua SSH_KEYS_TO_AUTOLOAD <key> to add a key
|
||||
if status is-login
|
||||
and status is-interactive
|
||||
keychain --eval $SSH_KEYS_TO_AUTOLOAD | source
|
||||
end
|
||||
|
||||
${pkgs.fortune}/bin/fortune \
|
||||
| ${pkgs.cowsay}/bin/cowsay \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue