chore: nix september update and dbeaver

This commit is contained in:
2025-09-04 13:54:34 +05:00
parent 2a28ad0f4c
commit bdcd908e90
5 changed files with 47 additions and 45 deletions

View File

@@ -5,7 +5,7 @@
discord
lazygit
gh
prismlauncher
dbeaver-bin
cloudflare-warp
protonmail-desktop
protonvpn-gui

View File

@@ -3,6 +3,8 @@ let onePassPath = "~/.1password/agent.sock";
in {
programs.ssh = {
enable = true;
enableDefaultConfig = false;
extraConfig = "IdentityAgent ${onePassPath}";
matchBlocks."*" = {};
};
}