10 lines
148 B
Nix
10 lines
148 B
Nix
{
|
|
programs = {
|
|
_1password.enable = true;
|
|
_1password-gui = {
|
|
enable = true;
|
|
polkitPolicyOwners = [ "mthomson" ];
|
|
};
|
|
};
|
|
}
|