Commit 2461fc034e86
Changed files (1)
systems
aomi
systems/aomi/home.nix
@@ -13,6 +13,10 @@
];
systemd.user.services.syncthing.Install.WantedBy = [ "multi-user.target" ];
+ home.sessionVariables = {
+ PASSAGE_IDENTITIES_FILE = pkgs.lib.mkForce "${config.home.homeDirectory}/.ssh/id_ed25519";
+ };
+
home.packages = with pkgs; [
gnumake
@@ -20,6 +24,7 @@
gh-pr
lazypr
claude-hooks
+ ssh-to-age
lazygit
];