applications: install 1password properly on linux systems

use the option instead of the package. allows the use of system
authentication to unlock 1password.
This commit is contained in:
Nico 2025-06-29 21:43:59 +10:00
parent b19af63a4b
commit 32198de640
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0
3 changed files with 10 additions and 2 deletions

View file

@ -0,0 +1,9 @@
{ config, ...}:
{
programs._1password.enable = true;
programs._1password-gui = {
enable = true;
polkitPolicyOwners = [ "nico" ];
};
}