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:
parent
b19af63a4b
commit
32198de640
3 changed files with 10 additions and 2 deletions
9
modules/applications/1password.nix
Normal file
9
modules/applications/1password.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, ...}:
|
||||
|
||||
{
|
||||
programs._1password.enable = true;
|
||||
programs._1password-gui = {
|
||||
enable = true;
|
||||
polkitPolicyOwners = [ "nico" ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue