diff options
Diffstat (limited to 'modules/client/1password')
| -rw-r--r-- | modules/client/1password/default.nix | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/modules/client/1password/default.nix b/modules/client/1password/default.nix deleted file mode 100644 index 7d01e3d..0000000 --- a/modules/client/1password/default.nix +++ /dev/null @@ -1,22 +0,0 @@ -{ config, pkgs, ... }: - -{ - programs = { - _1password.enable = true; - _1password-gui = { - enable = true; - polkitPolicyOwners = [ "aethrvmn" ]; - }; - }; - - environment.etc ={ - "1password/custom_allowed_browsers" = { - text = '' - firefox - librewolf - ''; - mode = "0755"; - }; - }; -} - |
