mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-06-29 20:59:09 +00:00
Update Zen browser and 1Password
This commit is contained in:
parent
e563f2d3f8
commit
1f2d94fe27
2 changed files with 14 additions and 7 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue