blob: 5e650cdf18042e64fa0c353d8b55f5bb8d9dfbca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{ config, lib, ... }:
{
environment.etc ={
"1password/custom_allowed_browsers" = {
text = ''
firefox
librewolf
'';
mode = "0755";
};
};
nixpkgs.config = {
allowUnfree = lib.mkForce true;
};
programs = {
_1password.enable = true;
_1password-gui = {
enable = true;
polkitPolicyOwners = [ "aethrvmn" ];
};
};
}
|
; all rights regarding Text and Data Mining (TDM) are reserved.