start ssh agent

This commit is contained in:
Kopatz
2025-12-13 12:48:08 +01:00
parent c8c5c8307d
commit 1034bf8ff2
4 changed files with 7 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
enableSSHSupport = false;
#pinentryFlavor = "qt";
};
#environment.systemPackages = with pkgs; [

View File

@@ -75,6 +75,12 @@ in
];
services.gvfs.enable = true; # for file manager, trash support, etc.
programs.ssh.startAgent = true;
programs.zoxide = {
enable = true;
enableZshIntegration = true;
};
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [