|
|
|
@ -10,8 +10,18 @@ |
|
|
|
eza |
|
|
|
eza |
|
|
|
pkgs-unstable.obsidian |
|
|
|
pkgs-unstable.obsidian |
|
|
|
jq |
|
|
|
jq |
|
|
|
|
|
|
|
pkgs-unstable._1password |
|
|
|
|
|
|
|
pkgs-unstable._1password-gui |
|
|
|
]; |
|
|
|
]; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
programs.ssh = { |
|
|
|
|
|
|
|
enable = true; |
|
|
|
|
|
|
|
extraConfig = '' |
|
|
|
|
|
|
|
Host * |
|
|
|
|
|
|
|
IdentityAgent "~/.1password/agent.sock" |
|
|
|
|
|
|
|
''; |
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
# This value determines the home Manager release that your |
|
|
|
# This value determines the home Manager release that your |
|
|
|
# configuration is compatible with. This helps avoid breakage |
|
|
|
# configuration is compatible with. This helps avoid breakage |
|
|
|
# when a new home Manager release introduces backwards |
|
|
|
# when a new home Manager release introduces backwards |
|
|
|
|