Update Zen browser and 1Password

This commit is contained in:
Bart van der Braak 2024-12-15 13:00:39 +01:00
parent e563f2d3f8
commit 1f2d94fe27
2 changed files with 14 additions and 7 deletions

View file

@ -18,7 +18,6 @@
python3
gnumake
gccgo
_1password-gui
# nodejs_22
# corepack_22
azure-cli
@ -38,6 +37,14 @@
"electron-27.3.11"
];
programs._1password.enable = true;
programs._1password-gui = {
enable = true;
# Certain features, including CLI integration and system authentication support,
# require enabling PolKit integration on some desktop environments (e.g. Plasma).
polkitPolicyOwners = [ "bart" ];
};
# SSH agent configuration
programs.ssh.startAgent = true;
programs.ssh.extraConfig = ''