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