use the option instead of the package. allows the use of system authentication to unlock 1password.
9 lines
149 B
Nix
9 lines
149 B
Nix
{ config, ...}:
|
|
|
|
{
|
|
programs._1password.enable = true;
|
|
programs._1password-gui = {
|
|
enable = true;
|
|
polkitPolicyOwners = [ "nico" ];
|
|
};
|
|
}
|